@charset "UTF-8";

.ce-align-left {
	text-align: left;
}

.ce-align-center {
	text-align: center;
}

.ce-align-right {
	text-align: right;
}

.ce-table td,
.ce-table th {
	vertical-align: top;
}

.ce-textpic,
.ce-image,
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row,
.ce-uploads li,
.ce-uploads div {
	overflow: hidden;
}

.ce-left .ce-gallery,
.ce-column {
	float: left;
}

.ce-center .ce-outer {
	position: relative;
	float: right;
	right: 50%;
}

.ce-center .ce-inner {
	position: relative;
	float: right;
	right: -50%;
}

.ce-right .ce-gallery {
	float: right;
}

.ce-gallery figure {
	display: table;
	margin: 0;
}

.ce-gallery figcaption {
	display: table-caption;
	caption-side: bottom;
}

.ce-gallery img {
	display: block;
}

.ce-gallery iframe {
	border-width: 0;
}

.ce-border img,
.ce-border iframe {
	border: 2px solid #000000;
	padding: 0px;
}

.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery {
	margin-bottom: 10px;
}

.ce-intext.ce-right .ce-gallery {
	margin-left: 10px;
}

.ce-intext.ce-left .ce-gallery {
	margin-right: 10px;
}

.ce-below .ce-gallery {
	margin-top: 10px;
}

.ce-column {
	margin-right: 10px;
}

.ce-column:last-child {
	margin-right: 0;
}

.ce-row {
	margin-bottom: 10px;
}

.ce-row:last-child {
	margin-bottom: 0;
}

.ce-above .ce-bodytext {
	clear: both;
}

.ce-intext.ce-left ol,
.ce-intext.ce-left ul {
	padding-left: 40px;
	overflow: auto;
}

.ce-headline-left {
	text-align: left;
}

.ce-headline-center {
	text-align: center;
}

.ce-headline-right {
	text-align: right;
}

.ce-uploads {
	margin: 0;
	padding: 0;
}

.ce-uploads li {
	list-style: none outside none;
	margin: 1em 0;
}

.ce-uploads img {
	float: left;
	padding-right: 1em;
	vertical-align: top;
}

.ce-uploads span {
	display: block;
}

.ce-table {
	width: 100%;
	max-width: 100%;
}

.ce-table th,
.ce-table td {
	padding: 0.5em 0.75em;
	vertical-align: top;
}

.ce-table thead th {
	border-bottom: 2px solid #dadada;
}

.ce-table th,
.ce-table td {
	border-top: 1px solid #dadada;
}

.ce-table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05);
}

.ce-table-bordered th,
.ce-table-bordered td {
	border: 1px solid #dadada;
}

.frame-space-before-extra-small {
	margin-top: 1em;
}

.frame-space-before-small {
	margin-top: 2em;
}

.frame-space-before-medium {
	margin-top: 3em;
}

.frame-space-before-large {
	margin-top: 4em;
}

.frame-space-before-extra-large {
	margin-top: 5em;
}

.frame-space-after-extra-small {
	margin-bottom: 1em;
}

.frame-space-after-small {
	margin-bottom: 2em;
}

.frame-space-after-medium {
	margin-bottom: 3em;
}

.frame-space-after-large {
	margin-bottom: 4em;
}

.frame-space-after-extra-large {
	margin-bottom: 5em;
}

.frame-ruler-before:before {
	content: '';
	display: block;
	border-top: 1px solid rgba(0, 0, 0, 0.25);
	margin-bottom: 2em;
}

.frame-ruler-after:after {
	content: '';
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	margin-top: 2em;
}

.frame-indent {
	margin-left: 15%;
	margin-right: 15%;
}

.frame-indent-left {
	margin-left: 33%;
}

.frame-indent-right {
	margin-right: 33%;
}

.tx-powermail .powermail_fieldset .parsley-errors-list {
	display: none;
	margin: 5px 0 20px 0;
	padding: 0;
	list-style-type: none;
	background-color: #F2DEDE;
	border: 1px solid #EBCCD1;
	width: 100%;
	float: right;
	clear: left
}

.tx-powermail .powermail_fieldset .parsley-errors-list.filled {
	display: block
}

.tx-powermail .powermail_fieldset .parsley-errors-list>li {
	color: #A94442;
	padding: 5px 10px
}

.tx-powermail .powermail_fieldset .powermail_field_error,
.tx-powermail .powermail_fieldset .parsley-error,
.tx-powermail .powermail_fieldset .powermail_form .parsley-error:focus,
.tx-powermail .powermail_fieldset div.error {
	background-color: #EBCCD1;
	color: #A94442
}

.tx-powermail .powermail_fieldset .powermail_field_error_container .parsley-errors-list {
	width: 100%;
	margin-bottom: 0;
	background-color: #EBCCD1;
	border: none
}

.tx-powermail .powermail_fieldset .powermail_field_error_container .parsley-errors-list>li {
	padding-left: 5px
}

.tx-powermail .powermail_progressbar {
	width: 100%;
	height: 5px;
	float: right;
	border: 1px solid #EEEEEE;
	clear: both
}

.tx-powermail .powermail_progressbar.disable {
	display: none
}

.tx-powermail .powermail_progressbar>.powermail_progress {
	background: #1E5799;
	width: 0%;
	max-width: 100%;
	-webkit-animation: progress 5s 1 forwards;
	-moz-animation: progress 5s 1 forwards;
	-ms-animation: progress 5s 1 forwards;
	animation: progress 5s 1 forwards
}

.tx-powermail .powermail_progressbar>.powermail_progress>.powermail_progress_inner {
	height: 5px;
	width: 100%;
	overflow: hidden;
	background: url("../images/icon_loading.gif") repeat-x;
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
	filter: alpha(opacity=25)
}

.tx-powermail ul.powermail_fieldwrap_file_list {
	background-color: white;
	border: 1px solid #bbb;
	float: right;
	padding: 3px;
	width: 100%;
	list-style: none;
	border-radius: 4px;
	margin: 0
}

.tx-powermail ul.powermail_fieldwrap_file_list>li {
	margin: 5px
}

.tx-powermail ul.powermail_fieldwrap_file_list>li .deleteAllFiles {
	color: #bbb;
	cursor: pointer
}

.tx-powermail ul.powermail_fieldwrap_file_list>li .deleteAllFiles:hover {
	text-decoration: underline
}

.tx-powermail .powermail_confirmation .powermail_progressbar {
	width: 100%
}

.tx-powermail .powermail_message {
	padding: 5px 0 10px 20px;
	min-height: 65px;
	background-color: #EBCCD1;
	border: 1px solid #A94442;
	background-position: 98% 10px;
	background-repeat: no-repeat;
	list-style: circle
}

.tx-powermail .powermail_message li {
	padding: 5px 50px 0 0;
	border: none;
	background: none
}

.tx-powermail .powermail_message.powermail_message_ok {
	background-image: url("../images/icon_ok.png");
	background-color: #CDEACA;
	border: 1px solid #3B7826
}

.tx-powermail .powermail_message.powermail_message_ok li {
	color: #3B7826
}

.tx-powermail .powermail_message.powermail_message_error {
	background-image: url("../images/icon_error.png")
}

.tx-powermail .powermail_message.powermail_message_error li {
	color: #A94442
}

.tx-powermail .powermail_message.powermail_message_note {
	background-image: url("../images/icon_ok.png");
	background-color: #FCF8E3;
	border: 1px solid #FFCA4B
}

.tx-powermail .powermail_message.powermail_message_note li {
	color: #FFCA4B
}

.tx-powermail .powermail_tabmenu {
	list-style: none;
	margin: 0;
	padding: 0
}

.tx-powermail .powermail_tabmenu>li {
	display: inline-block;
	padding: 5px 10px;
	cursor: pointer;
	background: #eee;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	color: #aaa
}

.tx-powermail .powermail_tabmenu>li.act {
	color: #444
}

.tx-powermail .powermail_tabmenu>li.parsley-error {
	background-color: #EBCCD1
}

.tx-powermail .powermail_fieldset .powermail_tab_navigation {
	margin-top: 2em
}

.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_next,
.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_previous {
	background-color: #aaa;
	display: inline-block;
	padding: 5px 30px;
	text-decoration: none;
	color: white;
	border: 1px solid #bbb;
	font-weight: bold
}

.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_next {
	background-color: #1E5799;
	float: right
}

.tx-powermail .powermail_form.nolabel>h3 {
	display: none
}

.tx-powermail .powermail_fieldset.nolabel>legend {
	display: none
}

.tx-powermail .powermail_fieldwrap.nolabel>label {
	display: none
}

.tx-powermail .powermail_fieldwrap.nolabel>fieldset>legend {
	display: none
}

@-webkit-keyframes progress {
	from {}

	to {
		width: 100%
	}
}

@-moz-keyframes progress {
	from {}

	to {
		width: 100%
	}
}

@-ms-keyframes progress {
	to {
		width: 100%
	}
}

@keyframes progress {
	from {}

	to {
		width: 100%
	}
}

.xdsoft_datetimepicker {
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: white;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-top: 1px solid #bbb;
	color: #333333;
	padding: 8px;
	padding-left: 0px;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none
}

.xdsoft_datetimepicker button {
	border: none !important
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}

.xdsoft_noselect::selection {
	background: transparent
}

.xdsoft_noselect::-moz-selection {
	background: transparent
}

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none
}

.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
	display: none
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0px
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
	position: relative;
	text-align: center
}

.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==")
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0px
}

.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0px;
	margin-left: 5px
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0px 0px
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0px none currentColor;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	outline: medium none currentColor;
	overflow: hidden;
	padding: 0px;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0px;
	margin-bottom: 7px;
	margin-top: 0px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #eee
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
	background: white;
	border-top: 1px solid #eee;
	color: #444;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0px;
	height: 25px;
	line-height: 25px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child {
	border-top-width: 0px
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer
}

.xdsoft_datetimepicker .xdsoft_label:hover {
	text-decoration: underline
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0px;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect {
	right: -7px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect {
	right: 2px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
	color: #fff;
	background: #A94442
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
	padding: 2px 10px 2px 5px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
	background: #1E5799;
	box-shadow: #1E5799 0px 1px 3px 0px inset;
	color: #fff;
	font-weight: 700
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 90px;
	text-align: right
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both
}

.xdsoft_datetimepicker .xdsoft_year {
	width: 56px
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%
}

.xdsoft_datetimepicker .xdsoft_calendar td>div {
	padding-right: 5px
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #F5F5F5;
	border: 1px solid #DDDDDD;
	color: #666666;
	font-size: 12px;
	text-align: right;
	padding: 0px;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #F1F1F1
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #1E5799
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
	background: #1E5799;
	box-shadow: #1E5799 0px 1px 3px 0px inset;
	color: #fff;
	font-weight: 700
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled {
	opacity: 0.5
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
	color: #fff !important;
	background: #A94442 !important;
	box-shadow: none !important
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover {
	color: inherit !important;
	background: inherit !important;
	box-shadow: inherit !important
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px
}

.xdsoft_datetimepicker .xdsoft_copyright a {
	color: #eee !important
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
	color: #aaa !important
}

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc
}

.xdsoft_scrollbar>.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px
}

.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	cursor: pointer
}

.xdsoft_scroller_box {
	position: relative
}

.focuspoint {
	position: relative;
	overflow: hidden;
}

.focuspoint img {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-height: none;
	max-width: none;
}

.tx-femanager .qq-uploader {
	position: relative;
	width: 100%
}

.tx-femanager .qq-upload-button-focus {
	outline: 1px dotted #000000
}

.tx-femanager .qq-upload-drop-area,
.tx-femanager .qq-upload-extra-drop-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 30px;
	z-index: 2;
	background: #FF9797;
	text-align: center
}

.tx-femanager .qq-upload-drop-area span {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -8px;
	font-size: 16px
}

.tx-femanager .qq-upload-extra-drop-area {
	position: relative;
	margin-top: 50px;
	font-size: 16px;
	padding-top: 30px;
	height: 20px;
	min-height: 40px
}

.tx-femanager .qq-upload-drop-area-active {
	background: #FF7171
}

.tx-femanager .qq-upload-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.tx-femanager .qq-upload-list .alert {
	text-align: center;
	margin-top: 10px
}

.tx-femanager .qq-upload-list li {
	margin: 0;
	padding: 9px;
	line-height: 15px;
	font-size: 16px
}

.tx-femanager .qq-upload-file,
.tx-femanager .qq-upload-spinner,
.tx-femanager .qq-upload-size,
.tx-femanager .qq-upload-cancel,
.tx-femanager .qq-upload-retry,
.tx-femanager .qq-upload-failed-text,
.tx-femanager .qq-upload-finished,
.tx-femanager .qq-upload-delete {
	margin-right: 12px
}

.tx-femanager .qq-upload-delete {
	font: 0/0 a !important;
	text-shadow: none;
	color: transparent !important;
	display: inline-block !important;
	margin-top: 3px
}

.tx-femanager .qq-upload-spinner {
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: text-bottom
}

.tx-femanager .qq-drop-processing {
	display: none
}

.tx-femanager .qq-drop-processing-spinner {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: text-bottom
}

.tx-femanager .qq-upload-finished {
	display: none;
	width: 15px;
	height: 15px;
	vertical-align: text-bottom
}

.tx-femanager .qq-upload-retry,
.tx-femanager .qq-upload-delete {
	display: none;
	color: #000000
}

.tx-femanager .qq-upload-cancel,
.tx-femanager .qq-upload-delete {
	color: #000000
}

.tx-femanager .qq-upload-retryable .qq-upload-retry {
	display: inline
}

.tx-femanager .qq-upload-size,
.tx-femanager .qq-upload-cancel,
.tx-femanager .qq-upload-retry,
.tx-femanager .qq-upload-delete {
	font-size: 12px;
	font-weight: normal
}

.tx-femanager .qq-upload-failed-text {
	display: none;
	font-style: italic;
	font-weight: bold
}

.tx-femanager .qq-upload-failed-icon {
	display: none;
	width: 15px;
	height: 15px;
	vertical-align: text-bottom
}

.tx-femanager .qq-upload-fail .qq-upload-failed-text {
	display: inline
}

.tx-femanager .qq-upload-retrying .qq-upload-failed-text {
	display: inline;
	color: #D60000
}

.tx-femanager .qq-upload-list li.qq-upload-success {
	background-color: #5DA30C;
	color: #FFFFFF
}

.tx-femanager .qq-upload-list li.qq-upload-fail {
	background-color: #D60000;
	color: #FFFFFF
}

.tx-femanager .qq-progress-bar {
	background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(50%, #2989d8), color-stop(51%, #207cca), color-stop(100%, #7db9e8));
	background: -webkit-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
	background: -o-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
	background: -ms-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
	background: linear-gradient(to bottom, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
	width: 0%;
	height: 15px;
	border-radius: 6px;
	margin-bottom: 3px;
	display: none;
	margin-top: 10px
}

.tx-femanager .fileupload_image {
	max-width: 200px;
	margin-top: 20px
}

.femanager_flashmessages>div {
	background-position: 10px 12px;
	background-repeat: no-repeat;
	margin-bottom: 4px;
	padding: 12px 12px 12px 36px
}

.femanager_flashmessages>.message-2 {
	background-color: #F6D3CF;
	border: 1px solid #D66C68;
	color: #AA0225
}

.femanager_flashmessages>.message-1 {
	background-color: #FBF6DE;
	border: 1px solid #B1905C;
	color: #9E7D4A
}

.femanager_flashmessages>.message-0 {
	background-color: #CDEACA;
	border: 1px solid #58B548;
	color: #3B7826
}

.femanager_flashmessages>.message--1 {
	background-color: #EAF7FF;
	border: 1px solid #C5DBE6;
	color: #4C73A1
}

.femanager_flashmessages>.message--2 {
	background-color: #F6F7FA;
	border: 1px solid #C2CBCF;
	color: #444
}

.femanager_note {
	background-position: 10px 12px;
	background-repeat: no-repeat;
	margin-bottom: 4px;
	padding: 12px 12px 12px 36px;
	background-color: #F6F7FA;
	border: 1px solid #C2CBCF;
	color: #444;
	list-style-type: none;
	margin-left: 0
}

.femanager_error {
	background-position: 10px 12px;
	background-repeat: no-repeat;
	margin-bottom: 4px;
	padding: 12px 12px 12px 36px;
	background-color: #F6D3CF;
	border: 1px solid #D66C68;
	color: #AA0225;
	list-style-type: none;
	margin-left: 0
}

.disabled-date {
	background-color: #DDDDDD !important;
}

.redButton {
	border-color: #990606 !important;
}

.redButton:hover {
	background-color: #990606 !important;
}

table.laserInformation tr,
table.laserInformation tr td,
table.laserInformation tr th,
table.laserInformation-frontend tr,
table.laserInformation-frontend tr td,
table.laserInformation-frontend tr th {
	padding: 0 10px !important;
	margin: 0 !important;
	border: none;
	background-color: transparent !important;
}

table.laserInformation thead {
	background-color: #0000ff;
}

table.laserInformation thead tr td,
table.laserInformation thead tr td a {
	color: white;
	vertical-align: middle;
}

table.laserInformation thead tr td a {
	text-decoration: none;
}

table.laserInformation thead tr td a:hover {
	text-decoration: underline;
	color: lightblue;
}

table.laserInformation thead tr,
table.laserInformation-frontend thead tr {
	line-height: 40px !important;
	height: 40px !important;
}

table.laserInformation:not(:first-child),
table.laserInformation-frontend:not(:first-child) {
	margin-top: 30px !important;
}

table.laserInformation tr td:first-child {
	width: 220px !important;
	min-width: 220px !important;
}

table.laserInformation tr td:last-child {
	width: auto !important;
}

table.laserInformation-frontend tr td:first-child {
	width: 220px !important;
	min-width: 220px !important;
}

table.laserInformation-frontend tr td:last-child {
	width: auto;
}

table.laserInformation tbody tr:nth-child(even) {
	background-color: #F5F5F5 !important;
}

table.laserInformation-frontend thead tr th h3 {
	margin: 0;
}

table.laserInformation-frontend tbody tr {
	background-color: transparent !important;
}

table.laserInformation-frontend thead tr th {
	border: none;
}

.category-title {
	padding: 10px;
	background-color: #0000ff;
	color: white;
}

.category-component:nth-child(odd) {
	background-color: #F5F5F5;
}

.category-component {
	font-size: 0.9em;
	padding: 5px 10px 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.component-headline {
	margin-bottom: 0 !important;
}

.component-headline,
.category-next-btn {
	margin-left: 15px !important;
}

.category-next-btn {
	margin-top: 20px;
}

.component-category {
	margin-top: 30px;
	margin: 0 !important;
}

table.components-summary tr td {
	padding: 0 !important;
	margin: 0 !important;
}

table.components-summary tr td:first-child {
	width: 180px !important;
	min-width: 180px !important;
}

.multiselect-native-select .btn-group,
.multiselect-native-select .btn-group .btn-default {
	width: 100% !important;
}

.multiselect.dropdown-toggle {
	text-align: left;
}

.pap-popup-modalbox {
	width: 100vw;
	height: 100vh;
	opacity: 0;
	transition: background .3s, opacity .3s, visibility .3s;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 2147483646;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed
}

.pap-popup-modalbox.pap-popup-show {
	background: rgba(0, 0, 0, .8);
	opacity: 1;
	visibility: visible
}

.pap-popup-modalbox .pap-popup-box {
	background: #fff;
	max-width: 100vw;
	position: relative
}

.pap-popup-modalbox .pap-popup-box .pap-popup-close {
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #ccc;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer
}

.pap-popup-modalbox .pap-popup-box .pap-popup-content {
	padding: 20px
}

.tx_solr .searchinfo {
	margin-top: 20px;
	margin-bottom: 10px;
}

.tx_solr .search-result {
	margin-bottom: 10px;
}

.tx_solr .prefixgroup-tabs a {
	padding-left: 1px !important;
	padding-right: 2px !important;
	font-size: smaller;
}

.tx_solr .btn-circle {
	height: 24px;
	text-align: center;
	padding: 3px 3px;
	font-size: 12px;
	line-height: 1.42;
	border-radius: 15px;
	border-color: #ddd;
}

.tx_solr .facet-type-hierarchy .list-group-item {
	padding-left: 10px !important;
	padding-right: 0px !important;
}

.tx_solr .query-debug {
	font-size: 12px;
}

.results-highlight {
	background: #fdee53;
}

#tx-solr-frequent-searches ul {
	padding-right: 10px;
	padding-left: 0px !important;
}

#tx-solr-frequent-searches li {
	list-style-type: none;
	margin-right: 10px;
	display: inline;
}

.tx-solr-frequent-term-14 {
	font-size: 14px;
}

.tx-solr-frequent-term-15 {
	font-size: 15px;
}

.tx-solr-frequent-term-16 {
	font-size: 16px;
}

.tx-solr-frequent-term-16 {
	font-size: 16px;
}

.tx-solr-frequent-term-17 {
	font-size: 17px;
}

.tx-solr-frequent-term-18 {
	font-size: 18px;
}

.tx-solr-frequent-term-19 {
	font-size: 19px;
}

.tx-solr-frequent-term-20 {
	font-size: 20px;
}

.tx-solr-frequent-term-21 {
	font-size: 21px;
}

.tx-solr-frequent-term-22 {
	font-size: 22px;
}

.tx-solr-frequent-term-23 {
	font-size: 23px;
}

.tx-solr-frequent-term-24 {
	font-size: 24px;
}

.tx-solr-frequent-term-25 {
	font-size: 25px;
}

.tx-solr-frequent-term-26 {
	font-size: 26px;
}

.tx-solr-frequent-term-27 {
	font-size: 27px;
}

.tx-solr-frequent-term-28 {
	font-size: 28px;
}

.tx-solr-frequent-term-29 {
	font-size: 29px;
}

.tx-solr-frequent-term-30 {
	font-size: 30px;
}

.tx-solr-frequent-term-31 {
	font-size: 31px;
}

.tx-solr-frequent-term-32 {
	font-size: 32px;
}

.tx-solr-frequent-term-33 {
	font-size: 33px;
}

.tx-solr-frequent-term-34 {
	font-size: 34px;
}

.tx-solr-loader {
	position: fixed;
	left: 50%;
	top: 35%;
	width: 100px;
	height: 100px;
	z-index: 10000;
	background: url('data:image/gif;base64,R0lGODlhZABkAPcAAAAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXV5eXl9fX2BgYGFhYWJiYmNjY2RkZGVlZWZmZmdnZ2hoaItvUNR+HvSFB/2GAf6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6JAvuRCvaeF/SkHfKpIvKqI/KrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPGrJPGrJfGrJfGrJfGrJfGrJfGrJfGrJfGrJfGrJfGrJfGrJfGsJfGsJvCsKO+sKuysL+qsNeesO+StQ9+uTtqvXNOxb8qzhsW1lr+3p7q6uru7u7y8vL29vb6+vr+/v8DAwMHBwcXFxc3NzdfX1+Hh4erq6vHx8ff39/v7+/39/f7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJBADtACwAAAAAZABkAAAI/gDbCRxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDihxJsqTJkyhTqlzJsqXLlzBjypxJs6ZNj6xy6tzJk2dBQkCDCh069CfRo0Rx9lza0yjSp4ScQj2qlKlVVlKnFiWoFWnVq0uzdgUqduxXsD65jt06cC3bjWiZlu06V+vZuDnrTtUL9S5evk8Be+2It6lat2QPI/YbVzBVxW4Zo3WcFPJayWApv22HOCjmq5qFhvZMuPDO0Ynbdo5a2nRey2Zh023tGjVr1Z0/W7XNm7bp3rgX+y4MXODq23Bdvw4eWbbdm9CjS59Ovbr16sc9Zu+4nWP3jd814obPOB5j+YvnLaavuJ5i+4nvJcaPOB9i/Yf3HeZvuJ9h/4X/KRRgQgMiVOBBBxqUYHHiraadg9xB6J2E4FHYYG4RYjihhhVyeKFwG4LYoYgfNnfdiSimqOKKLKYY3osWkmchjB7K6CGNJNpIIo4mjtgjZzPGaF6QNwqJHpE7Gqkekj8u6NxeT/YVZWAZJllkjUNeaWWOWW7ZpJLsMXnZlIOF+KWWP+p4ppdjmtmmcWLG5qaccKL5Zol38ninmnnGOducf9bJJp0tFmrooYgmquiijDbq6KOQRirppJRWaqlCAQEAIfkECQQA7QAsAAAAAGQAZACHAAAAAQEBAgICAwMDBAQEBQUFBgYGBwcHCAgICQkJCgoKCwsLDAwMDQ0NDg4ODw8PEBAQEREREhISExMTFBQUFRUVFhYWFxcXGBgYGRkZGhoaGxsbHBwcHR0dHh4eHx8fICAgISEhIiIiIyMjJCQkJSUlJiYmJycnKCgoKSkpKioqKysrLCwsLS0tLi4uLy8vMDAwMTExMjIyMzMzNDQ0NTU1NjY2Nzc3ODg4OTk5Ojo6Ozs7PDw8PT09Pj4+Pz8/QEBAQUFBQkJCQ0NDRERERUVFRkZGR0dHSEhISUlJSkpKS0tLTExMTU1NTk5OT09PUFBQUVFRUlJSU1NTVFRUVVVVVlZWV1dXWFhYWVlZWlpaW1tbXFxcXV1dXl5eX19fYGBgYWFhYmJiY2NjZGRkZWVlZmZmZ2dnaGhon3NC5IET+oYD/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/ocA/ocA/ocA/ocA/ocA/ocA+5EK+JkS9aIb86gh8qsk8qsk8qsk8qsk8qsk8qsk8qsk8qsk8qsk8qsk8ask8asl8asl8asl8asl8asl8asl8asl8asl8asl8asl8asl8awl8awl8awl8awm8Kwo76wq7Kww66w06K065a1D4K5O27Bc1LJvy7SHwLinu7u7vLy8vb29vr6+v7+/wMDAwcHBxcXFzc3N19fX4eHh6urq8fHx9/f3+/v7/f39/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////CP4A2wkcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmTY+FcurcyZNnQVdAgwodOrRgz6NHcSJdmvMn0adEjTJdqnRqUoJQswaVarVn1a47nWqFyhWszq9mC4kdG5Vg2rAd357FyvZp2bRoza6tu9WtXLVx/+7l6+qu3sByB/M1DDZvY7qE+w78C5gjZcV1GXd1vBly5MJ+EyN+i5mtZqucUXuOfHpqaterCbdm+pp27MWhSY/Geztzbt6WBfc2/ftwcNEDP0sWeHm3cYHKgc6merO69evYs2vfrr35cd3fgedv9D5eePjnGsmnN18eeXvw78Wvdz8ffn35GdXnZ38f/X76/9kXIH4Y6VcgfwP6dyCACwrYIIEXGRghgg8qOCGDFzqYIYQWSdghhRta+CGGI2pYIocVeZgiiNy16OKLMMYoY3bq1cjiivTZSCKO9uloIo/y+YgiRUKipyKR/BX52HlLMpfkjUjm+OSOUfY45Y9VBnnlkBMp2dlkUHa5pZFhSuSlamBSKaaUbGK5ppVtcmnmmE22c+SbWsYpIpBk6llngnWeCRuTXzrpZ6EzJqrooow26uijkEYq6aSUVmrppZhmqqlCAQEAIfkECQQA7QAsAAAAAGQAZACHAAAAAQEBAgICAwMDBAQEBQUFBgYGBwcHCAgICQkJCgoKCwsLDAwMDQ0NDg4ODw8PEBAQEREREhISExMTFBQUFRUVFhYWFxcXGBgYGRkZGhoaGxsbHBwcHR0dHh4eHx8fICAgISEhIiIiIyMjJCQkJSUlJiYmJycnKCgoKSkpKioqKysrLCwsLS0tLi4uLy8vMDAwMTExMjIyMzMzNDQ0NTU1NjY2Nzc3ODg4OTk5Ojo6Ozs7PDw8PT09Pj4+Pz8/QEBAQUFBQkJCQ0NDRERERUVFRkZGR0dHSEhISUlJSkpKS0tLTExMTU1NTk5OT09PUFBQUVFRUlJSU1NTVFRUVVVVVlZWV1dXWFhYWVlZWlpaW1tbXFxcXV1demVNq3Ix3n4T94UE/YYB/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/ocA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/ocA/ocA/ocA/ocA/ocA/ocA/ocA/okC/YsE/I0G/I8I/I8I/I8I/I8I/I8I/I8I/I8I/I8I/I8I/I8I/I8I+5AJ+5AJ+5AJ+5AJ+5AJ+5AJ+5AJ+5AJ+5AJ+5AJ+5EK+5EK+ZcQ9p8Y9aMc9KYf86gh8qoj8qsk8qsk8qsk8qsk8qsk8qsk8qsk8ask8asl8awl8awl8awl8awl8awl8awl8awl8awl8awl8awn8Kwo76wr7q0v66445q9G47FS3rNg2bZ01L2Q0sm419fX4eHh6urq8fHx9/f3+/v7/f39/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////CP4A2wkcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmTY97curcyZNnQU1AgwodOrSgraNIkypVirOn054/iUolanSp1aVNn2rdE3WqV01Vr4q1lXWr065fpYYda7WsWZ8E03pdy5Zpx7dP0coVSrcuUrd4c+rdC7SvX7J3A8MdSJgqwcNYEyvWOZiwYb+AA1fee7luZryb5XZm+/lt6LSjx5Y2e/prarGrt7ae+xhy0thaZ099fRV33riN+da2fdT3WeDBCw8nbhwq8uS820qezPV58OiROVKnbL0xdrs3w/6LH0++vPnz5bcLnj65+eKN6qtrV+9+Z33u87ffX5+f+n758NHHnmL/FTigZgeClqBpC7LWoGwP5hbhb/21N+FxFRJ4oXMZItihgh8yGKKDI0JYooQnUhigfhu+p1F8BqaI4Yr+tWgfejjmqOOOPPa4I4wEATmQkDRaOKSAR7IoI4cCEdmOkxk5KSWSRWqYZI1XGlmlh01S+aSXUXo5pZJbgtglmV+iGSaaY2JZpohnupmmnGvK2aaWL4qpp5oY3WllnHjWiaefXObJ5p509onooGAqeuijiV5EqJlzBuqonYv+aSimkFrq46eghirqqKSWauqpqKaq6qqsturqqwSwHhQQACH5BAkEAO0ALAAAAABkAGQAhwAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXWhgV7FzLt5/E/aFBf2GAf6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP2LBPyOB/uRCvqTDPqVDvmXEPmZEvmZEvmZEvmZEvmZEvmZEvmZEvmZEviaE/iaE/iaE/iaE/iaE/iaE/iaE/iaE/iaE/ibFPedFvWjHPSmH/OoIfKqI/KrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPGrJfGrJfGrJfGrJfGrJfGrJfGrJfGsJfGsJfGsJfGsJfGsJfGsJfGsJfGsJfGsJfGsJvCsKO+sK+6tMOyuNuu0Sey+Zu3Liu/ZrvLlzfTv5Pj39Pv7+v39/f7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wj+ANsJHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmTKFOqXMmypcuXMGPKnEmzpk2Pe3Lq3MmTZ8GeQIEWxES0qNGjR3EGXZrzJ9OlQ5FKRar0qVCCVoNGncoVU9WsO52CDUuwa9evY/eITau2rNmpaMeuTbv1bdKObHXOlevW7l2OeZtiDVzXL9G4YPcm7mv4MF7Cg/MWNow4q2LLjBtXtnqZc2bKjyVHZjvZ7+annVF/Nh2a9Gi6q+2eZpqaduy3s6G+5juwsdHcWncv7u3bMWDIAwO3JV4c+NXkyAUWN36zuvXr2LNr345duUdd4MP7ix8/3nnP7+TTkzfvs6P69+HZk+UIH758ve7rq78vmL7+9Pwtt9F/ALYGm38EihcgegnGZyBvAzbo4HGiISjhgvlJqAuGFjbIYYQafqiRhuCJmBGJGz44HIgXqohZhwmaiBGKMl5EI3c45qjjjjz2uKN3wr0oEJAUugZdhUNGpxGRSSLZDpNLKgkllBlNKaWSVV7pJJUYWbklll1qaWSTY0b55ZllZonmgWSyaWaZXqYZ5poQPgnmRXG6ySWeYup5p0V51rknoH0K+mdFga5op5Nqwlmooo36SSekczo6qZA+Zqrpppx26umnoIYq6qiklmrqqaimqqpCAQEAIfkECQQA8AAsAAAAAGQAZACHAAAAAQEBAgICAwMDBAQEBQUFBgYGBwcHCAgICQkJCgoKCwsLDAwMDQ0NDg4ODw8PEBAQEREREhISExMTFBQUFRUVFhYWFxcXGBgYGRkZGhoaGxsbHBwcHR0dHh4eHx8fICAgISEhIiIiIyMjJCQkJSUlJiYmJycnKCgoKSkpKioqKysrLCwsLS0tLi4uLy8vMDAwMTExMjIyMzMzNDQ0NTU1NjY2Nzc3ODg4OTk5Ojo6Ozs7PDw8PT09Pj4+Pz8/QEBAQUFBQkJCQ0NDRERERUVFRkZGR0dHSEhISUlJSkpKS0tLTExMTU1NTk5OT09PUFBQUVFRUlJSU1NTVFRUVVVVVlZWV1dXWFhYWVlZWlpaW1tbXFxcXV1dXl5eX19fYGBgYWFhYmJiY2NjZGRkZWVlZmZmZ2dnaGhoaWlpampqa2trbGxsbW1tbm5ub29vcHBwcXFxcnJyc3NzdHR0dXV1dnZ2d3d3eHh4eXl5enp6e3t7fHx8fX19fn5+f39/gICAgYGBgoKCg4ODhISEhYWFhoaGh4eHiIiIiYmJioqKtYlY24gq9IcM/IcC/ocA/ocA/ocA/ocA/ocA/ocA/ocA/ocA/ocA/ocA/ocA/ocA/ocA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/ocA/ocA/ocA/ocA/ocA/ocA/ocA/I4H+pQN+JoT9aAZ9aIb9aIb9aIb9aIb9aIb9aIb9aIb9KMc9KMc9KMc9KMc9KMc9KMc9KQd86Yf8qki8qoj8qsk8qsk8qsk8qsk8qsk8qsk8qsk8qsk8qsk8qsl8qwl8qwl8qwl8qwl8qwl8qwl8qwm8qwn8q0p8q4s8rEz87dD9shw++nF/vz5/v7+/v7+/v7+/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////CP4A4QkcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmTY+dcurcyZNnwZ5Agf4MSjQnzqJEhyIVSnBp0KNOfTaNKnUg1aobr+5UqpXrVahdp2rt5JUq2K9iw1odS7Yj27Zrx5aNetZsWrRx1WZlO9dp36V16d61mxfvXrmDBRcmfFgvvLd/kQb2m5jyYsWNDT/mWxmwW86XLQuE/BlxaM+nJZd2TDp10cmoR4OWbToz4821cTvO2Jo269k3gwsfTry48ePDe2vsxby58+fPYavmCL16demvO1rf3hx7Uu3ct/d7fwo+/PXVmjOatz6eKfX10Nv39Ag/Pvrb6us7l491uf7u92Hm33+98LdVef8ZqBN9BBYYoGgDJvhgbBHqp6BRCFo44XQbNeggR8rlR+CFcHXYIIkMjojciiy26OKLMLqonHLS1GjjjTjiiGJnHMKT448/7ujadwMBaaSNQvqm2ZFHJqnbkkwC6SSNUQa5YXZDkldklTlOCRyXXV5JpJK3gamjmFqSKaCZN3qZG5tIoumemhDCWaObjtkpDZ5QwslnmXb+uWagcs7HI5YC6SlonYSCCByVfhbaH6RsxmjppZhmqummnHbq6aeghirqqKSWauqpDgUEACH5BAkEAO8ALAAAAABkAGQAhwAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXV5eXl9fX2BgYGFhYWJiYmNjY2RkZGVlZWZmZmdnZ2hoaGlpaWpqamtra2xsbG1tbW5ubm9vb3BwcHFxcXJycnNzc3R0dHV1dXZ2dnd3d3h4eHl5eXp6ent7e3x8fH19fX5+fn9/f4CAgIGBgYKCgoODg4SEhIWFhYaGhoeHh4iIiImJiYqKiouLi4yMjLuKU+uIGPyHA/6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAPyNBviYEfWhGvKpIvKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPGrJfKsJfKsJfKsJfKsJfKsJfKsJfKsJfKsJfKsJvKsJ/KtKvKvLfKxNPO2QPS7TvXBXPbHbvfQhfrfrP304/78+P7+/v7+/v7+/v/+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wj+AN8JHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmTKFOqXMmypcuXMGPKnEmzpk2PonLq3MmTZ8GeQIH+DEo0J86iRIciFUpwadCjTn02jSp1INWqG6/uVKqV61WoXadqFeWVKtivYsNaHUu2I9u2a8eWjXrWbFq0cdVmZTvXad+ldenetZsX7165gwUXJnxY77u3f5EG9puY8mLFjQ0/5lsZsFvOly0LhPwZcWjPpyWXdkw6ddHJqEeDlm06M+PNtXE7ztiaNuvZN4MLH068uPHjw3trVM4bePPcz3djZD7deXXo16VfpL7denfs37X8W+Q+3nt58OfFVyS/3nx79O/VU2Q/3319+PflT6S/335//P/pJxF/A/pXIIAHChgRgQsa2CCCDyoIEYMTOlghhMhlqOGGHHbooU3KKbfMiCSWaKKJsKnmWlIEneiiiym+1pmKAr1oI4kxsrjiUy3eaGOOPO7I1EA+/riaZiIWCeORtyWpJIpMYqabZk+eCOSQvlFZZYlX9hSZjERuiWOUok15m5hjchQicGiO2CVWZkrZ5jJvbjUjmDW2WadOX+qYJ5p7GnWnn+/MGShcWZ6pJ5mxxVmmoYzS6GijkKoJnJNifqjpppx26umnoIYq6qiklmrqqaimquqqDgUEACH5BAkEAO0ALAAAAABkAGQAhwAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXV5eXl9fX2BgYGFhYWJiYmNjY2RkZGVlZWZmZmdnZ2hoaItvUNF+IPeFBf2GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6IAf2LBPiYEfSmH/KqI/KrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPGrJPGrJfGrJfGrJfGrJfGrJfGrJfGrJfGrJfGrJfGrJfGrJfGsJfGsJfGsJvGsJ/CsKO6sK+ysMeqsNuetPOStROCuT9qwXtOyccu0icC4qLu7u7y8vL29vb6+vr+/v8DAwMHBwcXFxc3NzdfX1+Hh4erq6vHx8ff39/v7+/39/f7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wj+ANsJHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmTKFOqXMmypcuXMGPKnEmzpk2PhHLq3MmTZ8GeQIH+DEo0J86iRIciFUpwadCjTn02jSp1INWqG6/uVKqV61WoXadqJeSVKtivYsNaHUu2I9u2a8eWjXrWbFq0cdVmZTvXad+ldenetZsX7165gwUXJnxYb7u3f5EG9puY8mLFjQ0/5lsZsFvOly0LhPwZcWjPpyWXdkw6ddHJqEeDlm06M+PNtXE7ztiaNuvZN4MLH068uPHjw3trVM4bePPcz3djZD7deXXo16VfpL7denfs37X8W+Q+3nt58OfFVyS/3nx79O/VU2Q/3319+PflT6S/335//P/pJxF/A/pXIIAHChgRgQsa2CCCDyoIEYMTOlghhMhlqOGGHHbooU3KtSLiiCSWWGJkr62mmYkssohiUire1uKMI774VIyYtUMjjTYyxVGIO7bYY0+wqTZQkEJ2ZqRtOSLpopIp/gickyYOidVyU1JJopVb4SiajlrWCCWMUuYWppiukcnkl2eKyKVORUYpUJutvGmUl7GBeaadcK2ZJ518xqmmnmEGiueShGppaJmOATrmjYyu2OaifiLqaJqQfqjpppx26umnoIYq6qiklmrqqaimquqqCwUEACH5BAkEAO0ALAAAAABkAGQAhwAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXV5eXl9fX2BgYGFhYWJiYmNjY2RkZGVlZWZmZmdnZ2hoaJlyRuCBFfmFBP2GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP6HAP6HAP6HAP6HAP6HAP6HAP6IAf2KA/2MBfyNBvyOB/yPCPyPCPyPCPyPCPyPCPyPCPyPCPyPCPuQCfuQCfuQCfuQCfuQCfuQCfuQCfuQCfuSC/mVDviZEvafGPSmH/OoIfKqI/KrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPGrJfGrJfGrJfGrJfGrJfGsJfGsJfGsJfGsJfGsJfGsJfGsJfGsJvGsJ/CsKe+tLe6vNe6xPO+1RvC6U/HBZfTLfPfXmvrmwP358P7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wj+ANsJHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmTKFOqXMmypcuXMGPKnEmzpk2PgnLq3MmTZ8GeQIH+DEo0J86iRIciFUpwadCjTn02jSp1INWqG6/uVKqV61WoXadqFeSVKtivYsNaHUu2I9u2a8eWjXrWbFq0cdVmZTvXad+ldenetZsX7165gwUXJnxYb7u3f5EG9puY8mLFjQ0/5lsZsFvOly0LhPwZcWjPpyWXdkw6ddHJqEeDlm06M+PNtXE7ztiaNuvZN4MLH068uPHjw3trVM4bePPcz3djZD7deXXo16VfpL7denfs37X+W+Q+3nt58OfFVyS/3nx79O/VU2Q/3319+PflT6S/335//P/pJxF/A/pXIIAHChgRgQsa2CCCDyoIEYMTOlghhMhlqOGGHHbooU29hCjiiCSSWJAnKKao4oorRvZaRyXGGOOJLNbIootJwSjjjiHSaOOPnuD4lI48yugjkDUKyRRHRe54JJItdqYak03OSBCUNirZk0dVWjkQlklK+SKVXY74JJhBipkjmWX2eCWaKmqJlUZtmvkmnCjKuRWRdZ4Jpp46cVmnm1/imaeaQ7LZpp9YAmoUn4veiaejcG00KKECGXqoa2taeimjUFIq6KCgIikqpGWWCuSpiqYqKZwirHpK6qtoxvrhrbjmquuuvPbq66/ABivssMQWa+yxyCoUEAAh+QQJBADtACwAAAAAZABkAIcAAAABAQECAgIDAwMEBAQFBQUGBgYHBwcICAgJCQkKCgoLCwsMDAwNDQ0ODg4PDw8QEBARERESEhITExMUFBQVFRUWFhYXFxcYGBgZGRkaGhobGxscHBwdHR0eHh4fHx8gICAhISEiIiIjIyMkJCQlJSUmJiYnJycoKCgpKSkqKiorKyssLCwtLS0uLi4vLy8wMDAxMTEyMjIzMzM0NDQ1NTU2NjY3Nzc4ODg5OTk6Ojo7Ozs8PDw9PT0+Pj4/Pz9AQEBBQUFCQkJDQ0NERERFRUVGRkZHR0dISEhJSUlKSkpLS0tMTExNTU1OTk5PT09QUFBRUVFSUlJTU1NUVFRVVVVWVlZXV1diWlJ2YUiXajjGdx/pgQz6hQL+hgD+hgD+hgD+hgD+hgD+hgD+hgD+hgD+hgD+hgD+hgD+hgD+hgD+hgD+hgD+hwD/hwD/hwD/hwD+hwD+hwD+hwD+hwD+hwD+hwD+hwD+hwD+hwD+hwD+hwD+iAH9jAX7kQr6lQ75mBH5mRL5mRL5mRL5mRL5mRL5mRL5mRL5mRL4mhP4mhP4mhP4mhP4mhP4mhP4mhP4mhP4mhP4mhP4mhP4mhP4mxT3nBX3nhf2oBn0pR7zqCHyqyTyqyTyqyTyqyTyqyTyqyTyqyTyqyTxqyXxqyXxqyXxqyXxqyXxqyXxqyXxqyXxqyXxrCXxrCXxrCXxrCbwrCfvrCrtrC7qrDXlrULbr1nVsGrMsoDCtZ28uK+6urq7u7u8vLy9vb2+vr6/v7/AwMDBwcHFxcXNzc3X19fh4eHq6urx8fH39/f7+/v9/f3+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8I/gDbCRxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDihxJsqTJkyhTqlzJsqXLlzBjypxJs6ZNj3By6tzJk2fBnkCB/gxKNCfOokSHIhVKcGnQo059No0qdSDVqhuv7lSqletVqF2naoXjlSrYr2LDWh1LtiPbtmvHlo161mxatHHVZmU712nfpXXp3rWbF+9euYMFFyZ8WG+7t3+RBvabmPJixY0NP+ZbGbBbzpctC4T8GXFoz6cll3ZMOnXRyahHg5ZtOjPjzbVxO87Ymjbr2TeDCx9OvLjx48NdKV/OvHlz2Ko5Op8+HfrrjtSzL7eeFLv27Nyf/nr/Xn215ozkqYdnKj298/U9Pbp/b/42+vnM4WPViD9/fcz89aecfluN1x+BOsknoCsIGmUgfg3CtdGCDP4nWoACRqhghhbGhuGBHUY34YIaPjhficilqOKKLLbo4oqPxCjjjDTSGNl1rnXHUY088nijjr6dh1GPRMr4o3g5IrlRkUUeyV6Q9g3JZI9OxteZiBpNSeWVOEIJYEZa+sglkLoJeVGYNVa5X29ZojmjmgUm+WSbbsYIZ4JjKklnnXc6KKeVO9ZpZ55zsgmmoI/0KWGZUZ6JqKKQdoRoooQC6uWFhwoa6Z/7ZcpnpWsC56mbm17q4aholsrol1JqCmqcHaZi+eKstNZq66245qrrrrz26uuvwAYr7LDEJhQQACH5BAkEAO0ALAAAAABkAGQAhwAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXHlkTJltO7JzLcx6HueBDveFBP2GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP2KA/qTDPebFPafGPWiG/WiG/WiG/WiG/WiG/WiG/WiG/WiG/WiG/SjHPSjHPSjHPSjHPSjHPSjHPSjHPSjHPSjHPSkHfSlHvOnIPKpIvKqI/KrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPGrJPGrJfGrJfGrJfGrJfGrJfGsJfGsJfGsJfGsJfGsJfGsJfGsJfGsJvCsKO+sLOysMeitO+KvTNqxYdOzdc+1gsu3kMa5ocG8tL+/v8DAwMHBwcXFxc3NzdfX1+Hh4erq6vHx8ff39/v7+/39/f7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wj+ANsJHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmTKFOqXMmypcuXMGPKnEmzpk2PsXLq3MmTZ8E7QIMKHTr0J9GjRHH2XNrTKNKnd5xCPaqUqdVYUqcWJagVadWrS7N2BSp27FewPrmO3TpwLduNaJmW7TpX69m4OetO1Qv1Ll6+TwF77Yi3qVq3ZA8j9htXMFXFbhmjdZwU8lrJYCm/bYc4KOarmoWG9ky48M7Ridt2jlradF7LZmHTbe0aNWvVnT9btc2btuneuBf7Lgxc4OrbcF2/Dh5Ztt2b0KNLn069uvXqk7Jr386du8fjHrv9ixf/fXX48eizl8/dMX369cI5ukcPv7n8+eQ7gm+Pv3v9y/z1t91/sd0noHYEzmbggZMk+NyCBzq4V4AMStgXhRHqZx6GAloYGIf9eTgYhB1qyB6JIZoY30YMIqiifSy22OCLAKKIn4iPXafjjjz26OOPPO7HXI3GbciRkEWemOSKGiHJmZFLwtgklE8qWSWTGTmpJZVZUrmllV1a+SWWGI0ppZNhMmkmkVOK6SWXZb7pJphxzqkmnBetWWCUbKZ5ppxk5gnon3QKaiehgVqkp4J87tnmnYf2WSeklErpJ5uLPgjkppx26umnoIYq6qiklmrqqaimquqqrC4UEAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=');
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

@media print {

	*,
	:after,
	:before {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		box-shadow: none !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,
	tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	.navbar {
		display: none
	}

	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000 !important
	}

	.label {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

	.table td,
	.table th {
		background-color: #fff !important
	}

	.table-bordered td,
	.table-bordered th {
		border: 1px solid #ddd !important
	}
}

@font-face {
	font-family: Glyphicons Halflings;
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot') format("embedded-opentype"), url('../fonts/glyphicons-halflings-regular.woff2') format("woff2"), url('../fonts/glyphicons-halflings-regular.woff') format("woff"), url('../fonts/glyphicons-halflings-regular.ttf') format("truetype"), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format("svg")
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: Glyphicons Halflings;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
	content: "\002a"
}

.glyphicon-plus:before {
	content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
	content: "\20ac"
}

.glyphicon-minus:before {
	content: "\2212"
}

.glyphicon-cloud:before {
	content: "\2601"
}

.glyphicon-envelope:before {
	content: "\2709"
}

.glyphicon-pencil:before {
	content: "\270f"
}

.glyphicon-glass:before {
	content: "\e001"
}

.glyphicon-music:before {
	content: "\e002"
}

.glyphicon-search:before {
	content: "\e003"
}

.glyphicon-heart:before {
	content: "\e005"
}

.glyphicon-star:before {
	content: "\e006"
}

.glyphicon-star-empty:before {
	content: "\e007"
}

.glyphicon-user:before {
	content: "\e008"
}

.glyphicon-film:before {
	content: "\e009"
}

.glyphicon-th-large:before {
	content: "\e010"
}

.glyphicon-th:before {
	content: "\e011"
}

.glyphicon-th-list:before {
	content: "\e012"
}

.glyphicon-ok:before {
	content: "\e013"
}

.glyphicon-remove:before {
	content: "\e014"
}

.glyphicon-zoom-in:before {
	content: "\e015"
}

.glyphicon-zoom-out:before {
	content: "\e016"
}

.glyphicon-off:before {
	content: "\e017"
}

.glyphicon-signal:before {
	content: "\e018"
}

.glyphicon-cog:before {
	content: "\e019"
}

.glyphicon-trash:before {
	content: "\e020"
}

.glyphicon-home:before {
	content: "\e021"
}

.glyphicon-file:before {
	content: "\e022"
}

.glyphicon-time:before {
	content: "\e023"
}

.glyphicon-road:before {
	content: "\e024"
}

.glyphicon-download-alt:before {
	content: "\e025"
}

.glyphicon-download:before {
	content: "\e026"
}

.glyphicon-upload:before {
	content: "\e027"
}

.glyphicon-inbox:before {
	content: "\e028"
}

.glyphicon-play-circle:before {
	content: "\e029"
}

.glyphicon-repeat:before {
	content: "\e030"
}

.glyphicon-refresh:before {
	content: "\e031"
}

.glyphicon-list-alt:before {
	content: "\e032"
}

.glyphicon-lock:before {
	content: "\e033"
}

.glyphicon-flag:before {
	content: "\e034"
}

.glyphicon-headphones:before {
	content: "\e035"
}

.glyphicon-volume-off:before {
	content: "\e036"
}

.glyphicon-volume-down:before {
	content: "\e037"
}

.glyphicon-volume-up:before {
	content: "\e038"
}

.glyphicon-qrcode:before {
	content: "\e039"
}

.glyphicon-barcode:before {
	content: "\e040"
}

.glyphicon-tag:before {
	content: "\e041"
}

.glyphicon-tags:before {
	content: "\e042"
}

.glyphicon-book:before {
	content: "\e043"
}

.glyphicon-bookmark:before {
	content: "\e044"
}

.glyphicon-print:before {
	content: "\e045"
}

.glyphicon-camera:before {
	content: "\e046"
}

.glyphicon-font:before {
	content: "\e047"
}

.glyphicon-bold:before {
	content: "\e048"
}

.glyphicon-italic:before {
	content: "\e049"
}

.glyphicon-text-height:before {
	content: "\e050"
}

.glyphicon-text-width:before {
	content: "\e051"
}

.glyphicon-align-left:before {
	content: "\e052"
}

.glyphicon-align-center:before {
	content: "\e053"
}

.glyphicon-align-right:before {
	content: "\e054"
}

.glyphicon-align-justify:before {
	content: "\e055"
}

.glyphicon-list:before {
	content: "\e056"
}

.glyphicon-indent-left:before {
	content: "\e057"
}

.glyphicon-indent-right:before {
	content: "\e058"
}

.glyphicon-facetime-video:before {
	content: "\e059"
}

.glyphicon-picture:before {
	content: "\e060"
}

.glyphicon-map-marker:before {
	content: "\e062"
}

.glyphicon-adjust:before {
	content: "\e063"
}

.glyphicon-tint:before {
	content: "\e064"
}

.glyphicon-edit:before {
	content: "\e065"
}

.glyphicon-share:before {
	content: "\e066"
}

.glyphicon-check:before {
	content: "\e067"
}

.glyphicon-move:before {
	content: "\e068"
}

.glyphicon-step-backward:before {
	content: "\e069"
}

.glyphicon-fast-backward:before {
	content: "\e070"
}

.glyphicon-backward:before {
	content: "\e071"
}

.glyphicon-play:before {
	content: "\e072"
}

.glyphicon-pause:before {
	content: "\e073"
}

.glyphicon-stop:before {
	content: "\e074"
}

.glyphicon-forward:before {
	content: "\e075"
}

.glyphicon-fast-forward:before {
	content: "\e076"
}

.glyphicon-step-forward:before {
	content: "\e077"
}

.glyphicon-eject:before {
	content: "\e078"
}

.glyphicon-chevron-left:before {
	content: "\e079"
}

.glyphicon-chevron-right:before {
	content: "\e080"
}

.glyphicon-plus-sign:before {
	content: "\e081"
}

.glyphicon-minus-sign:before {
	content: "\e082"
}

.glyphicon-remove-sign:before {
	content: "\e083"
}

.glyphicon-ok-sign:before {
	content: "\e084"
}

.glyphicon-question-sign:before {
	content: "\e085"
}

.glyphicon-info-sign:before {
	content: "\e086"
}

.glyphicon-screenshot:before {
	content: "\e087"
}

.glyphicon-remove-circle:before {
	content: "\e088"
}

.glyphicon-ok-circle:before {
	content: "\e089"
}

.glyphicon-ban-circle:before {
	content: "\e090"
}

.glyphicon-arrow-left:before {
	content: "\e091"
}

.glyphicon-arrow-right:before {
	content: "\e092"
}

.glyphicon-arrow-up:before {
	content: "\e093"
}

.glyphicon-arrow-down:before {
	content: "\e094"
}

.glyphicon-share-alt:before {
	content: "\e095"
}

.glyphicon-resize-full:before {
	content: "\e096"
}

.glyphicon-resize-small:before {
	content: "\e097"
}

.glyphicon-exclamation-sign:before {
	content: "\e101"
}

.glyphicon-gift:before {
	content: "\e102"
}

.glyphicon-leaf:before {
	content: "\e103"
}

.glyphicon-fire:before {
	content: "\e104"
}

.glyphicon-eye-open:before {
	content: "\e105"
}

.glyphicon-eye-close:before {
	content: "\e106"
}

.glyphicon-warning-sign:before {
	content: "\e107"
}

.glyphicon-plane:before {
	content: "\e108"
}

.glyphicon-calendar:before {
	content: "\e109"
}

.glyphicon-random:before {
	content: "\e110"
}

.glyphicon-comment:before {
	content: "\e111"
}

.glyphicon-magnet:before {
	content: "\e112"
}

.glyphicon-chevron-up:before {
	content: "\e113"
}

.glyphicon-chevron-down:before {
	content: "\e114"
}

.glyphicon-retweet:before {
	content: "\e115"
}

.glyphicon-shopping-cart:before {
	content: "\e116"
}

.glyphicon-folder-close:before {
	content: "\e117"
}

.glyphicon-folder-open:before {
	content: "\e118"
}

.glyphicon-resize-vertical:before {
	content: "\e119"
}

.glyphicon-resize-horizontal:before {
	content: "\e120"
}

.glyphicon-hdd:before {
	content: "\e121"
}

.glyphicon-bullhorn:before {
	content: "\e122"
}

.glyphicon-bell:before {
	content: "\e123"
}

.glyphicon-certificate:before {
	content: "\e124"
}

.glyphicon-thumbs-up:before {
	content: "\e125"
}

.glyphicon-thumbs-down:before {
	content: "\e126"
}

.glyphicon-hand-right:before {
	content: "\e127"
}

.glyphicon-hand-left:before {
	content: "\e128"
}

.glyphicon-hand-up:before {
	content: "\e129"
}

.glyphicon-hand-down:before {
	content: "\e130"
}

.glyphicon-circle-arrow-right:before {
	content: "\e131"
}

.glyphicon-circle-arrow-left:before {
	content: "\e132"
}

.glyphicon-circle-arrow-up:before {
	content: "\e133"
}

.glyphicon-circle-arrow-down:before {
	content: "\e134"
}

.glyphicon-globe:before {
	content: "\e135"
}

.glyphicon-wrench:before {
	content: "\e136"
}

.glyphicon-tasks:before {
	content: "\e137"
}

.glyphicon-filter:before {
	content: "\e138"
}

.glyphicon-briefcase:before {
	content: "\e139"
}

.glyphicon-fullscreen:before {
	content: "\e140"
}

.glyphicon-dashboard:before {
	content: "\e141"
}

.glyphicon-paperclip:before {
	content: "\e142"
}

.glyphicon-heart-empty:before {
	content: "\e143"
}

.glyphicon-link:before {
	content: "\e144"
}

.glyphicon-phone:before {
	content: "\e145"
}

.glyphicon-pushpin:before {
	content: "\e146"
}

.glyphicon-usd:before {
	content: "\e148"
}

.glyphicon-gbp:before {
	content: "\e149"
}

.glyphicon-sort:before {
	content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}

.glyphicon-sort-by-order:before {
	content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154"
}

.glyphicon-sort-by-attributes:before {
	content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}

.glyphicon-unchecked:before {
	content: "\e157"
}

.glyphicon-expand:before {
	content: "\e158"
}

.glyphicon-collapse-down:before {
	content: "\e159"
}

.glyphicon-collapse-up:before {
	content: "\e160"
}

.glyphicon-log-in:before {
	content: "\e161"
}

.glyphicon-flash:before {
	content: "\e162"
}

.glyphicon-log-out:before {
	content: "\e163"
}

.glyphicon-new-window:before {
	content: "\e164"
}

.glyphicon-record:before {
	content: "\e165"
}

.glyphicon-save:before {
	content: "\e166"
}

.glyphicon-open:before {
	content: "\e167"
}

.glyphicon-saved:before {
	content: "\e168"
}

.glyphicon-import:before {
	content: "\e169"
}

.glyphicon-export:before {
	content: "\e170"
}

.glyphicon-send:before {
	content: "\e171"
}

.glyphicon-floppy-disk:before {
	content: "\e172"
}

.glyphicon-floppy-saved:before {
	content: "\e173"
}

.glyphicon-floppy-remove:before {
	content: "\e174"
}

.glyphicon-floppy-save:before {
	content: "\e175"
}

.glyphicon-floppy-open:before {
	content: "\e176"
}

.glyphicon-credit-card:before {
	content: "\e177"
}

.glyphicon-transfer:before {
	content: "\e178"
}

.glyphicon-cutlery:before {
	content: "\e179"
}

.glyphicon-header:before {
	content: "\e180"
}

.glyphicon-compressed:before {
	content: "\e181"
}

.glyphicon-earphone:before {
	content: "\e182"
}

.glyphicon-phone-alt:before {
	content: "\e183"
}

.glyphicon-tower:before {
	content: "\e184"
}

.glyphicon-stats:before {
	content: "\e185"
}

.glyphicon-sd-video:before {
	content: "\e186"
}

.glyphicon-hd-video:before {
	content: "\e187"
}

.glyphicon-subtitles:before {
	content: "\e188"
}

.glyphicon-sound-stereo:before {
	content: "\e189"
}

.glyphicon-sound-dolby:before {
	content: "\e190"
}

.glyphicon-sound-5-1:before {
	content: "\e191"
}

.glyphicon-sound-6-1:before {
	content: "\e192"
}

.glyphicon-sound-7-1:before {
	content: "\e193"
}

.glyphicon-copyright-mark:before {
	content: "\e194"
}

.glyphicon-registration-mark:before {
	content: "\e195"
}

.glyphicon-cloud-download:before {
	content: "\e197"
}

.glyphicon-cloud-upload:before {
	content: "\e198"
}

.glyphicon-tree-conifer:before {
	content: "\e199"
}

.glyphicon-tree-deciduous:before {
	content: "\e200"
}

.glyphicon-cd:before {
	content: "\e201"
}

.glyphicon-save-file:before {
	content: "\e202"
}

.glyphicon-open-file:before {
	content: "\e203"
}

.glyphicon-level-up:before {
	content: "\e204"
}

.glyphicon-copy:before {
	content: "\e205"
}

.glyphicon-paste:before {
	content: "\e206"
}

.glyphicon-alert:before {
	content: "\e209"
}

.glyphicon-equalizer:before {
	content: "\e210"
}

.glyphicon-king:before {
	content: "\e211"
}

.glyphicon-queen:before {
	content: "\e212"
}

.glyphicon-pawn:before {
	content: "\e213"
}

.glyphicon-bishop:before {
	content: "\e214"
}

.glyphicon-knight:before {
	content: "\e215"
}

.glyphicon-baby-formula:before {
	content: "\e216"
}

.glyphicon-tent:before {
	content: "\26fa"
}

.glyphicon-blackboard:before {
	content: "\e218"
}

.glyphicon-bed:before {
	content: "\e219"
}

.glyphicon-apple:before {
	content: "\f8ff"
}

.glyphicon-erase:before {
	content: "\e221"
}

.glyphicon-hourglass:before {
	content: "\231b"
}

.glyphicon-lamp:before {
	content: "\e223"
}

.glyphicon-duplicate:before {
	content: "\e224"
}

.glyphicon-piggy-bank:before {
	content: "\e225"
}

.glyphicon-scissors:before {
	content: "\e226"
}

.glyphicon-bitcoin:before {
	content: "\e227"
}

.glyphicon-btc:before {
	content: "\e227"
}

.glyphicon-xbt:before {
	content: "\e227"
}

.glyphicon-yen:before {
	content: "\00a5"
}

.glyphicon-jpy:before {
	content: "\00a5"
}

.glyphicon-ruble:before {
	content: "\20bd"
}

.glyphicon-rub:before {
	content: "\20bd"
}

.glyphicon-scale:before {
	content: "\e230"
}

.glyphicon-ice-lolly:before {
	content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232"
}

.glyphicon-education:before {
	content: "\e233"
}

.glyphicon-option-horizontal:before {
	content: "\e234"
}

.glyphicon-option-vertical:before {
	content: "\e235"
}

.glyphicon-menu-hamburger:before {
	content: "\e236"
}

.glyphicon-modal-window:before {
	content: "\e237"
}

.glyphicon-oil:before {
	content: "\e238"
}

.glyphicon-grain:before {
	content: "\e239"
}

.glyphicon-sunglasses:before {
	content: "\e240"
}

.glyphicon-text-size:before {
	content: "\e241"
}

.glyphicon-text-color:before {
	content: "\e242"
}

.glyphicon-text-background:before {
	content: "\e243"
}

.glyphicon-object-align-top:before {
	content: "\e244"
}

.glyphicon-object-align-bottom:before {
	content: "\e245"
}

.glyphicon-object-align-horizontal:before {
	content: "\e246"
}

.glyphicon-object-align-left:before {
	content: "\e247"
}

.glyphicon-object-align-vertical:before {
	content: "\e248"
}

.glyphicon-object-align-right:before {
	content: "\e249"
}

.glyphicon-triangle-right:before {
	content: "\e250"
}

.glyphicon-triangle-left:before {
	content: "\e251"
}

.glyphicon-triangle-bottom:before {
	content: "\e252"
}

.glyphicon-triangle-top:before {
	content: "\e253"
}

.glyphicon-console:before {
	content: "\e254"
}

.glyphicon-superscript:before {
	content: "\e255"
}

.glyphicon-subscript:before {
	content: "\e256"
}

.glyphicon-menu-left:before {
	content: "\e257"
}

.glyphicon-menu-right:before {
	content: "\e258"
}

.glyphicon-menu-down:before {
	content: "\e259"
}

.glyphicon-menu-up:before {
	content: "\e260"
}

* {
	box-sizing: border-box
}

:after,
:before {
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
	background-color: #fff
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:focus,
a:hover {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

[role=button] {
	cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
	font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-size: 75%
}

.h1,
h1 {
	font-size: 36px
}

.h2,
h2 {
	font-size: 30px
}

.h3,
h3 {
	font-size: 24px
}

.h4,
h4 {
	font-size: 18px
}

.h5,
h5 {
	font-size: 14px
}

.h6,
h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media (min-width:768px) {
	.lead {
		font-size: 21px
	}
}

.small,
small {
	font-size: 85%
}

.mark,
mark {
	padding: .2em;
	background-color: #fcf8e3
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.initialism,
.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:focus,
a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff;
	background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #286090
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

.list-inline,
.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	margin-left: -5px
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dd,
dt {
	line-height: 1.42857
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
	display: table;
	content: " "
}

.dl-horizontal dd:after {
	clear: both
}

@media (min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[data-original-title],
abbr[title] {
	cursor: help
}

.initialism {
	font-size: 90%
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
	margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857;
	color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	content: "\2014 \00A0"
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
	content: ""
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
	content: "\00A0 \2014"
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, Courier New, monospace
}

code {
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

code,
kbd {
	padding: 2px 4px;
	font-size: 90%
}

kbd {
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	box-shadow: none
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.container:after,
.container:before {
	display: table;
	content: " "
}

.container:after {
	clear: both
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.container-fluid:after,
.container-fluid:before {
	display: table;
	content: " "
}

.container-fluid:after {
	clear: both
}

.row {
    display: flex;
	margin-right: -15px;
	margin-left: -15px
}

.row:after,
.row:before {
	display: table;
	content: " "
}

.row:after {
	clear: both
}

.row-no-gutters {
	margin-right: 0;
	margin-left: 0
}

.row-no-gutters [class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left
}

.col-xs-1 {
	width: 8.33333%
}

.col-xs-2 {
	width: 16.66667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.33333%
}

.col-xs-5 {
	width: 41.66667%
}

.col-xs-6 {
	width: 50%
}

.col-xs-7 {
	width: 58.33333%
}

.col-xs-8 {
	width: 66.66667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10 {
	width: 83.33333%
}

.col-xs-11 {
	width: 91.66667%
}

.col-xs-12 {
	width: 100%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-pull-1 {
	right: 8.33333%
}

.col-xs-pull-2 {
	right: 16.66667%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-4 {
	right: 33.33333%
}

.col-xs-pull-5 {
	right: 41.66667%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-7 {
	right: 58.33333%
}

.col-xs-pull-8 {
	right: 66.66667%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-10 {
	right: 83.33333%
}

.col-xs-pull-11 {
	right: 91.66667%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-push-1 {
	left: 8.33333%
}

.col-xs-push-2 {
	left: 16.66667%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-4 {
	left: 33.33333%
}

.col-xs-push-5 {
	left: 41.66667%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-7 {
	left: 58.33333%
}

.col-xs-push-8 {
	left: 66.66667%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-10 {
	left: 83.33333%
}

.col-xs-push-11 {
	left: 91.66667%
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-offset-0 {
	margin-left: 0
}

.col-xs-offset-1 {
	margin-left: 8.33333%
}

.col-xs-offset-2 {
	margin-left: 16.66667%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-4 {
	margin-left: 33.33333%
}

.col-xs-offset-5 {
	margin-left: 41.66667%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-7 {
	margin-left: 58.33333%
}

.col-xs-offset-8 {
	margin-left: 66.66667%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-10 {
	margin-left: 83.33333%
}

.col-xs-offset-11 {
	margin-left: 91.66667%
}

.col-xs-offset-12 {
	margin-left: 100%
}

@media (min-width:768px) {

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left
	}

	.col-sm-1 {
		width: 8.33333%
	}

	.col-sm-2 {
		width: 16.66667%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-4 {
		width: 33.33333%
	}

	.col-sm-5 {
		width: 41.66667%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-7 {
		width: 58.33333%
	}

	.col-sm-8 {
		width: 66.66667%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-10 {
		width: 83.33333%
	}

	.col-sm-11 {
		width: 91.66667%
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-pull-1 {
		right: 8.33333%
	}

	.col-sm-pull-2 {
		right: 16.66667%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-4 {
		right: 33.33333%
	}

	.col-sm-pull-5 {
		right: 41.66667%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-7 {
		right: 58.33333%
	}

	.col-sm-pull-8 {
		right: 66.66667%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-10 {
		right: 83.33333%
	}

	.col-sm-pull-11 {
		right: 91.66667%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-push-1 {
		left: 8.33333%
	}

	.col-sm-push-2 {
		left: 16.66667%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-4 {
		left: 33.33333%
	}

	.col-sm-push-5 {
		left: 41.66667%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-7 {
		left: 58.33333%
	}

	.col-sm-push-8 {
		left: 66.66667%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-10 {
		left: 83.33333%
	}

	.col-sm-push-11 {
		left: 91.66667%
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}

	.col-sm-offset-1 {
		margin-left: 8.33333%
	}

	.col-sm-offset-2 {
		margin-left: 16.66667%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333%
	}

	.col-sm-offset-5 {
		margin-left: 41.66667%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333%
	}

	.col-sm-offset-8 {
		margin-left: 66.66667%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333%
	}

	.col-sm-offset-11 {
		margin-left: 91.66667%
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}
}

@media (min-width:992px) {

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left
	}

	.col-md-1 {
		width: 8.33333%
	}

	.col-md-2 {
		width: 16.66667%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-4 {
		width: 33.33333%
	}

	.col-md-5 {
		width: 41.66667%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-7 {
		width: 58.33333%
	}

	.col-md-8 {
		width: 100%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-10 {
		width: 83.33333%
	}

	.col-md-11 {
		width: 91.66667%
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-pull-1 {
		right: 8.33333%
	}

	.col-md-pull-2 {
		right: 16.66667%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-4 {
		right: 33.33333%
	}

	.col-md-pull-5 {
		right: 41.66667%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-7 {
		right: 58.33333%
	}

	.col-md-pull-8 {
		right: 66.66667%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-10 {
		right: 83.33333%
	}

	.col-md-pull-11 {
		right: 91.66667%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-push-1 {
		left: 8.33333%
	}

	.col-md-push-2 {
		left: 16.66667%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-4 {
		left: 33.33333%
	}

	.col-md-push-5 {
		left: 41.66667%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-7 {
		left: 58.33333%
	}

	.col-md-push-8 {
		left: 66.66667%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-10 {
		left: 83.33333%
	}

	.col-md-push-11 {
		left: 91.66667%
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-offset-0 {
		margin-left: 0
	}

	.col-md-offset-1 {
		margin-left: 8.33333%
	}

	.col-md-offset-2 {
		margin-left: 16.66667%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-4 {
		margin-left: 33.33333%
	}

	.col-md-offset-5 {
		margin-left: 41.66667%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-7 {
		margin-left: 58.33333%
	}

	.col-md-offset-8 {
		margin-left: 66.66667%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-10 {
		margin-left: 83.33333%
	}

	.col-md-offset-11 {
		margin-left: 91.66667%
	}

	.col-md-offset-12 {
		margin-left: 100%
	}
}

@media (min-width:1200px) {

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left
	}

	.col-lg-1 {
		width: 8.33333%
	}

	.col-lg-2 {
		width: 16.66667%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-4 {
		width: 33.33333%
	}

	.col-lg-5 {
		width: 41.66667%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-7 {
		width: 58.33333%
	}

	.col-lg-8 {
		width: 66.66667%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-10 {
		width: 83.33333%
	}

	.col-lg-11 {
		width: 91.66667%
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-pull-1 {
		right: 8.33333%
	}

	.col-lg-pull-2 {
		right: 16.66667%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-4 {
		right: 33.33333%
	}

	.col-lg-pull-5 {
		right: 41.66667%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-7 {
		right: 58.33333%
	}

	.col-lg-pull-8 {
		right: 66.66667%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-10 {
		right: 83.33333%
	}

	.col-lg-pull-11 {
		right: 91.66667%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-push-1 {
		left: 8.33333%
	}

	.col-lg-push-2 {
		left: 16.66667%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-4 {
		left: 33.33333%
	}

	.col-lg-push-5 {
		left: 41.66667%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-7 {
		left: 58.33333%
	}

	.col-lg-push-8 {
		left: 66.66667%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-10 {
		left: 83.33333%
	}

	.col-lg-push-11 {
		left: 91.66667%
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}

	.col-lg-offset-1 {
		margin-left: 8.33333%
	}

	.col-lg-offset-2 {
		margin-left: 16.66667%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333%
	}

	.col-lg-offset-5 {
		margin-left: 41.66667%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333%
	}

	.col-lg-offset-8 {
		margin-left: 66.66667%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333%
	}

	.col-lg-offset-11 {
		margin-left: 91.66667%
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}
}

table {
	background-color: transparent
}

table col[class*=col-] {
	position: static;
	display: table-column;
	float: none
}

table td[class*=col-],
table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777
}

caption,
th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
	background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
	background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
	background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
	background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
	background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}

	.table-responsive>.table {
		margin-bottom: 0
	}

	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}

	.table-responsive>.table-bordered {
		border: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}

fieldset {
	min-width: 0;
	margin: 0
}

fieldset,
legend {
	padding: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

input[type=checkbox],
input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
	cursor: not-allowed
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	padding-top: 7px
}

.form-control,
output {
	display: block;
	font-size: 14px;
	line-height: 1.42857;
	color: #555
}

.form-control {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	input[type=date].form-control,
	input[type=datetime-local].form-control,
	input[type=month].form-control,
	input[type=time].form-control {
		line-height: 34px
	}

	.input-group-sm>.input-group-btn>input.btn[type=date],
	.input-group-sm>.input-group-btn>input.btn[type=datetime-local],
	.input-group-sm>.input-group-btn>input.btn[type=month],
	.input-group-sm>.input-group-btn>input.btn[type=time],
	.input-group-sm>input.form-control[type=date],
	.input-group-sm>input.form-control[type=datetime-local],
	.input-group-sm>input.form-control[type=month],
	.input-group-sm>input.form-control[type=time],
	.input-group-sm>input.input-group-addon[type=date],
	.input-group-sm>input.input-group-addon[type=datetime-local],
	.input-group-sm>input.input-group-addon[type=month],
	.input-group-sm>input.input-group-addon[type=time],
	.input-group-sm input[type=date],
	.input-group-sm input[type=datetime-local],
	.input-group-sm input[type=month],
	.input-group-sm input[type=time],
	input[type=date].input-sm,
	input[type=datetime-local].input-sm,
	input[type=month].input-sm,
	input[type=time].input-sm {
		line-height: 30px
	}

	.input-group-lg>.input-group-btn>input.btn[type=date],
	.input-group-lg>.input-group-btn>input.btn[type=datetime-local],
	.input-group-lg>.input-group-btn>input.btn[type=month],
	.input-group-lg>.input-group-btn>input.btn[type=time],
	.input-group-lg>input.form-control[type=date],
	.input-group-lg>input.form-control[type=datetime-local],
	.input-group-lg>input.form-control[type=month],
	.input-group-lg>input.form-control[type=time],
	.input-group-lg>input.input-group-addon[type=date],
	.input-group-lg>input.input-group-addon[type=datetime-local],
	.input-group-lg>input.input-group-addon[type=month],
	.input-group-lg>input.input-group-addon[type=time],
	.input-group-lg input[type=date],
	.input-group-lg input[type=datetime-local],
	.input-group-lg input[type=month],
	.input-group-lg input[type=time],
	input[type=date].input-lg,
	input[type=datetime-local].input-lg,
	input[type=month].input-lg,
	input[type=time].input-lg {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 15px
}

.checkbox,
.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
	cursor: not-allowed
}

.checkbox label,
.radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
	margin-top: -5px
}

.checkbox-inline,
.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
	cursor: not-allowed
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
	padding-right: 0;
	padding-left: 0
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
select.input-sm {
	height: 30px;
	line-height: 30px
}

.input-group-sm>.input-group-btn>select.btn[multiple],
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.input-group-addon[multiple],
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px
}

.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
select.input-lg {
	height: 46px;
	line-height: 46px
}

.input-group-lg>.input-group-btn>select.btn[multiple],
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.33333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label~.form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-static {
		display: inline-block
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.form-inline .input-group .form-control,
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn {
		width: auto
	}

	.form-inline .input-group>.form-control {
		width: 100%
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox,
	.form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox label,
	.form-inline .radio label {
		padding-left: 0
	}

	.form-inline .checkbox input[type=checkbox],
	.form-inline .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
	display: table;
	content: " "
}

.form-horizontal .form-group:after {
	clear: both
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media (min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px
	}
}

@media (min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: .65;
	box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	background-image: none;
	border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #286090;
	background-image: none;
	border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	background-image: none;
	border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	background-image: none;
	border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	background-image: none;
	border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	background-image: none;
	border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
	border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition-property: height, visibility;
	transition-duration: .35s;
	transition-timing-function: ease
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown,
.dropup {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media (min-width:768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}

	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar:after,
.btn-toolbar:before {
	display: table;
	content: " "
}

.btn-toolbar:after {
	clear: both
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px
}

.btn-group.open .dropdown-toggle {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
	box-shadow: none
}

.btn .caret {
	margin-left: 0
}

.btn-group-lg>.btn .caret,
.btn-lg .caret {
	border-width: 5px 5px 0
}

.dropup .btn-group-lg>.btn .caret,
.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
	display: table;
	content: " "
}

.btn-group-vertical>.btn-group:after {
	clear: both
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
	display: table-cell;
	float: none;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}

[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-right: 0;
	padding-left: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group .form-control:focus {
	z-index: 3
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
	margin-top: 0
}

.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group .form-control:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
	z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav:after,
.nav:before {
	display: table;
	content: " "
}

.nav:after {
	clear: both
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: #eee;
	border-color: #337ab7
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid;
	border-color: #ddd #ddd transparent
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 4px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #337ab7
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
	width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
	float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {

	.nav-justified>li,
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-justified>li>a,
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {

	.nav-tabs-justified>li>a,
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs-justified>.active>a,
	.nav-tabs-justified>.active>a:focus,
	.nav-tabs-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:focus,
	.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

.navbar:after,
.navbar:before {
	display: table;
	content: " "
}

.navbar:after {
	clear: both
}

@media (min-width:768px) {
	.navbar {
		border-radius: 4px
	}
}

.navbar-header:after,
.navbar-header:before {
	display: table;
	content: " "
}

.navbar-header:after {
	clear: both
}

@media (min-width:768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
	-webkit-overflow-scrolling: touch
}

.navbar-collapse:after,
.navbar-collapse:before {
	display: table;
	content: " "
}

.navbar-collapse:after {
	clear: both
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important
	}

	.navbar-collapse.in {
		overflow-y: visible
	}

	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0
	}
}

.navbar-fixed-bottom,
.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {

	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		max-height: 200px
	}
}

@media (min-width:768px) {

	.navbar-fixed-bottom,
	.navbar-fixed-top {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {

	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px;
	font-size: 18px;
	line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@media (min-width:768px) {

	.navbar>.container-fluid .navbar-brand,
	.navbar>.container .navbar-brand {
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-right: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 7.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none
	}

	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}

	.navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none
	}
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}

	.navbar-nav>li {
		float: left
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.navbar-form {
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
	margin: 8px -15px
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.navbar-form .form-control-static {
		display: inline-block
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.navbar-form .input-group .form-control,
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn {
		width: auto
	}

	.navbar-form .input-group>.form-control {
		width: 100%
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox,
	.navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox label,
	.navbar-form .radio label {
		padding-left: 0
	}

	.navbar-form .checkbox input[type=checkbox],
	.navbar-form .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}

	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media (min-width:768px) {
	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		box-shadow: none
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

.btn-group-sm>.navbar-btn.btn,
.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}

.btn-group-xs>.navbar-btn.btn,
.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px
	}
}

@media (min-width:768px) {
	.navbar-left {
		float: left !important
	}

	.navbar-right {
		float: right !important;
		margin-right: -15px
	}

	.navbar-right~.navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a {
	color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #555;
	background-color: #e7e7e7
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #555;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
	color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #090909
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #090909
}

@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #090909
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #090909
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/ "
}

.breadcrumb>.active {
	color: #777
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none
}

.pager:after,
.pager:before {
	display: table;
	content: " "
}

.pager:after {
	clear: both
}

.pager li {
	display: inline
}

.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a,
.pager .next>span {
	float: right
}

.pager .previous>a,
.pager .previous>span {
	float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

a.label:focus,
a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label-default {
	background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

a.badge:focus,
a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background-color: #eee
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.jumbotron>hr {
	border-top-color: #d5d5d5
}

.container-fluid .jumbotron,
.container .jumbotron {
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 6px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}

	.container-fluid .jumbotron,
	.container .jumbotron {
		padding-right: 60px;
		padding-left: 60px
	}

	.jumbotron .h1,
	.jumbotron h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #337ab7
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

.alert>p,
.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

@-webkit-keyframes progress-bar-stripes {
	0% {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	0% {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
	background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media,
.media-body {
	overflow: hidden;
	zoom: 1
}

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

.media-object.img-thumbnail {
	max-width: none
}

.media-right,
.media>.pull-right {
	padding-left: 10px
}

.media-left,
.media>.pull-left {
	padding-right: 10px
}

.media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
	color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
	color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
	color: #c7ddef
}

a.list-group-item,
button.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5
}

button.list-group-item {
	width: 100%;
	text-align: left
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
	padding: 15px
}

.panel-body:after,
.panel-body:before {
	display: table;
	content: " "
}

.panel-body:after {
	clear: both
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.list-group+.panel-footer {
	border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
	margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table-responsive>.table caption,
.panel>.table caption {
	padding-right: 15px;
	padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
	border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}

.panel>.table-responsive {
	margin-bottom: 0;
	border: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #337ab7
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.modal,
.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	transform: translateY(-25%);
	transition: transform .3s ease-out
}

.modal.in .modal-dialog {
	transform: translate(0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header:after,
.modal-header:before {
	display: table;
	content: " "
}

.modal-header:after {
	clear: both
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer:after,
.modal-footer:before {
	display: table;
	content: " "
}

.modal-footer:after {
	clear: both
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}

	.modal-sm {
		width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857;
	line-break: auto;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	font-size: 12px;
	filter: alpha(opacity=0);
	opacity: 0
}

.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	right: 5px
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	left: 5px
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857;
	line-break: auto;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	font-size: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow,
.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow:after {
	content: "";
	border-width: 10px
}

.popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0
}

.popover.top>.arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25);
	border-left-width: 0
}

.popover.right>.arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0
}

.popover.bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.carousel,
.carousel-inner {
	position: relative
}

.carousel-inner {
	width: 100%;
	overflow: hidden
}

.carousel-inner>.item {
	position: relative;
	display: none;
	transition: left .6s ease-in-out
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1
}

@media (-webkit-transform-3d),
(transform-3d) {
	.carousel-inner>.item {
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		perspective: 1000px
	}

	.carousel-inner>.item.active.right,
	.carousel-inner>.item.next {
		transform: translate3d(100%, 0, 0);
		left: 0
	}

	.carousel-inner>.item.active.left,
	.carousel-inner>.item.prev {
		transform: translate3d(-100%, 0, 0);
		left: 0
	}

	.carousel-inner>.item.active,
	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right {
		transform: translateZ(0);
		left: 0
	}
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: transparent;
	filter: alpha(opacity=50);
	opacity: .5
}

.carousel-control.left {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
	background-repeat: repeat-x
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
	background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	filter: alpha(opacity=90);
	opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1
}

.carousel-control .icon-prev:before {
	content: "\2039"
}

.carousel-control .icon-next:before {
	content: "\203a"
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 10px
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px
	}

	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px
	}

	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px
	}

	.carousel-indicators {
		bottom: 20px
	}
}

.clearfix:after,
.clearfix:before {
	display: table;
	content: " "
}

.clearfix:after {
	clear: both
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none !important
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table !important
	}

	tr.visible-xs {
		display: table-row !important
	}

	td.visible-xs,
	th.visible-xs {
		display: table-cell !important
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table !important
	}

	tr.visible-sm {
		display: table-row !important
	}

	td.visible-sm,
	th.visible-sm {
		display: table-cell !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table !important
	}

	tr.visible-md {
		display: table-row !important
	}

	td.visible-md,
	th.visible-md {
		display: table-cell !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table !important
	}

	tr.visible-lg {
		display: table-row !important
	}

	td.visible-lg,
	th.visible-lg {
		display: table-cell !important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table !important
	}

	tr.visible-print {
		display: table-row !important
	}

	td.visible-print,
	th.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

.slick-slider {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translateZ(0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff url('../images/ajax-loader.gif') 50% no-repeat
}

@font-face {
	font-family: slick;
	src: url('../../../typo3conf/ext/provider/Resources/Public/Css/fonts/slick.eot');
	src: url('../fonts/slick.eot') format("embedded-opentype"), url('../fonts/slick.woff') format("woff"), url('../fonts/slick.ttf') format("truetype"), url('../fonts/slick.svg#slick') format("svg");
	font-weight: 400;
	font-style: normal
}

.slick-next,
.slick-prev {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	border: none;
	outline: none
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	outline: none;
	background: transparent;
	color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,
.slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px
}

.slick-prev:before {
	content: "←"
}

[dir=rtl] .slick-prev:before {
	content: "→"
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto
}

.slick-next:before {
	content: "→"
}

[dir=rtl] .slick-next:before {
	content: "←"
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0
}

.slick-dots li,
.slick-dots li button {
	height: 20px;
	width: 20px;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75
}

@font-face {
	font-family: FontAwesome;
	src: url('../fonts/fontawesome-webfont.eot');
	src: url('../fonts/fontawesome-webfont.eot') format("embedded-opentype"), url('../fonts/fontawesome-webfont.woff2') format("woff2"), url('../fonts/fontawesome-webfont.woff') format("woff"), url('../fonts/fontawesome-webfont.ttf') format("truetype"), url('../fonts/fontawesome-webfont.svg') format("svg");
	font-weight: 400;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: .14286em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714em
}

.fa-border {
	padding: .2em .25em .15em;
	border: .08em solid #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite
}

.fa-pulse {
	-webkit-animation: fa-spin 1s steps(8) infinite;
	animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
	transform: scaleX(-1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
	transform: scaleY(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: ""
}

.fa-music:before {
	content: ""
}

.fa-search:before {
	content: ""
}

.fa-envelope-o:before {
	content: ""
}

.fa-heart:before {
	content: ""
}

.fa-star:before {
	content: ""
}

.fa-star-o:before {
	content: ""
}

.fa-user:before {
	content: ""
}

.fa-film:before {
	content: ""
}

.fa-th-large:before {
	content: ""
}

.fa-th:before {
	content: ""
}

.fa-th-list:before {
	content: ""
}

.fa-check:before {
	content: ""
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
	content: ""
}

.fa-search-plus:before {
	content: ""
}

.fa-search-minus:before {
	content: ""
}

.fa-power-off:before {
	content: ""
}

.fa-signal:before {
	content: ""
}

.fa-cog:before,
.fa-gear:before {
	content: ""
}

.fa-trash-o:before {
	content: ""
}

.fa-home:before {
	content: ""
}

.fa-file-o:before {
	content: ""
}

.fa-clock-o:before {
	content: ""
}

.fa-road:before {
	content: ""
}

.fa-download:before {
	content: ""
}

.fa-arrow-circle-o-down:before {
	content: ""
}

.fa-arrow-circle-o-up:before {
	content: ""
}

.fa-inbox:before {
	content: ""
}

.fa-play-circle-o:before {
	content: ""
}

.fa-repeat:before,
.fa-rotate-right:before {
	content: ""
}

.fa-refresh:before {
	content: ""
}

.fa-list-alt:before {
	content: ""
}

.fa-lock:before {
	content: ""
}

.fa-flag:before {
	content: ""
}

.fa-headphones:before {
	content: ""
}

.fa-volume-off:before {
	content: ""
}

.fa-volume-down:before {
	content: ""
}

.fa-volume-up:before {
	content: ""
}

.fa-qrcode:before {
	content: ""
}

.fa-barcode:before {
	content: ""
}

.fa-tag:before {
	content: ""
}

.fa-tags:before {
	content: ""
}

.fa-book:before {
	content: ""
}

.fa-bookmark:before {
	content: ""
}

.fa-print:before {
	content: ""
}

.fa-camera:before {
	content: ""
}

.fa-font:before {
	content: ""
}

.fa-bold:before {
	content: ""
}

.fa-italic:before {
	content: ""
}

.fa-text-height:before {
	content: ""
}

.fa-text-width:before {
	content: ""
}

.fa-align-left:before {
	content: ""
}

.fa-align-center:before {
	content: ""
}

.fa-align-right:before {
	content: ""
}

.fa-align-justify:before {
	content: ""
}

.fa-list:before {
	content: ""
}

.fa-dedent:before,
.fa-outdent:before {
	content: ""
}

.fa-indent:before {
	content: ""
}

.fa-video-camera:before {
	content: ""
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
	content: ""
}

.fa-pencil:before {
	content: ""
}

.fa-map-marker:before {
	content: ""
}

.fa-adjust:before {
	content: ""
}

.fa-tint:before {
	content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: ""
}

.fa-share-square-o:before {
	content: ""
}

.fa-check-square-o:before {
	content: ""
}

.fa-arrows:before {
	content: ""
}

.fa-step-backward:before {
	content: ""
}

.fa-fast-backward:before {
	content: ""
}

.fa-backward:before {
	content: ""
}

.fa-play:before {
	content: ""
}

.fa-pause:before {
	content: ""
}

.fa-stop:before {
	content: ""
}

.fa-forward:before {
	content: ""
}

.fa-fast-forward:before {
	content: ""
}

.fa-step-forward:before {
	content: ""
}

.fa-eject:before {
	content: ""
}

.fa-chevron-left:before {
	content: ""
}

.fa-chevron-right:before {
	content: ""
}

.fa-plus-circle:before {
	content: ""
}

.fa-minus-circle:before {
	content: ""
}

.fa-times-circle:before {
	content: ""
}

.fa-check-circle:before {
	content: ""
}

.fa-question-circle:before {
	content: ""
}

.fa-info-circle:before {
	content: ""
}

.fa-crosshairs:before {
	content: ""
}

.fa-times-circle-o:before {
	content: ""
}

.fa-check-circle-o:before {
	content: ""
}

.fa-ban:before {
	content: ""
}

.fa-arrow-left:before {
	content: ""
}

.fa-arrow-right:before {
	content: ""
}

.fa-arrow-up:before {
	content: ""
}

.fa-arrow-down:before {
	content: ""
}

.fa-mail-forward:before,
.fa-share:before {
	content: ""
}

.fa-expand:before {
	content: ""
}

.fa-compress:before {
	content: ""
}

.fa-plus:before {
	content: ""
}

.fa-minus:before {
	content: ""
}

.fa-asterisk:before {
	content: ""
}

.fa-exclamation-circle:before {
	content: ""
}

.fa-gift:before {
	content: ""
}

.fa-leaf:before {
	content: ""
}

.fa-fire:before {
	content: ""
}

.fa-eye:before {
	content: ""
}

.fa-eye-slash:before {
	content: ""
}

.fa-exclamation-triangle:before,
.fa-warning:before {
	content: ""
}

.fa-plane:before {
	content: ""
}

.fa-calendar:before {
	content: ""
}

.fa-random:before {
	content: ""
}

.fa-comment:before {
	content: ""
}

.fa-magnet:before {
	content: ""
}

.fa-chevron-up:before {
	content: ""
}

.fa-chevron-down:before {
	content: ""
}

.fa-retweet:before {
	content: ""
}

.fa-shopping-cart:before {
	content: ""
}

.fa-folder:before {
	content: ""
}

.fa-folder-open:before {
	content: ""
}

.fa-arrows-v:before {
	content: ""
}

.fa-arrows-h:before {
	content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: ""
}

.fa-twitter-square:before {
	content: ""
}

.fa-facebook-square:before {
	content: ""
}

.fa-camera-retro:before {
	content: ""
}

.fa-key:before {
	content: ""
}

.fa-cogs:before,
.fa-gears:before {
	content: ""
}

.fa-comments:before {
	content: ""
}

.fa-thumbs-o-up:before {
	content: ""
}

.fa-thumbs-o-down:before {
	content: ""
}

.fa-star-half:before {
	content: ""
}

.fa-heart-o:before {
	content: ""
}

.fa-sign-out:before {
	content: ""
}

.fa-linkedin-square:before {
	content: ""
}

.fa-thumb-tack:before {
	content: ""
}

.fa-external-link:before {
	content: ""
}

.fa-sign-in:before {
	content: ""
}

.fa-trophy:before {
	content: ""
}

.fa-github-square:before {
	content: ""
}

.fa-upload:before {
	content: ""
}

.fa-lemon-o:before {
	content: ""
}

.fa-phone:before {
	content: ""
}

.fa-square-o:before {
	content: ""
}

.fa-bookmark-o:before {
	content: ""
}

.fa-phone-square:before {
	content: ""
}

.fa-twitter:before {
	content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: ""
}

.fa-github:before {
	content: ""
}

.fa-unlock:before {
	content: ""
}

.fa-credit-card:before {
	content: ""
}

.fa-feed:before,
.fa-rss:before {
	content: ""
}

.fa-hdd-o:before {
	content: ""
}

.fa-bullhorn:before {
	content: ""
}

.fa-bell:before {
	content: ""
}

.fa-certificate:before {
	content: ""
}

.fa-hand-o-right:before {
	content: ""
}

.fa-hand-o-left:before {
	content: ""
}

.fa-hand-o-up:before {
	content: ""
}

.fa-hand-o-down:before {
	content: ""
}

.fa-arrow-circle-left:before {
	content: ""
}

.fa-arrow-circle-right:before {
	content: ""
}

.fa-arrow-circle-up:before {
	content: ""
}

.fa-arrow-circle-down:before {
	content: ""
}

.fa-globe:before {
	content: ""
}

.fa-wrench:before {
	content: ""
}

.fa-tasks:before {
	content: ""
}

.fa-filter:before {
	content: ""
}

.fa-briefcase:before {
	content: ""
}

.fa-arrows-alt:before {
	content: ""
}

.fa-group:before,
.fa-users:before {
	content: ""
}

.fa-chain:before,
.fa-link:before {
	content: ""
}

.fa-cloud:before {
	content: ""
}

.fa-flask:before {
	content: ""
}

.fa-cut:before,
.fa-scissors:before {
	content: ""
}

.fa-copy:before,
.fa-files-o:before {
	content: ""
}

.fa-paperclip:before {
	content: ""
}

.fa-floppy-o:before,
.fa-save:before {
	content: ""
}

.fa-square:before {
	content: ""
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
	content: ""
}

.fa-list-ul:before {
	content: ""
}

.fa-list-ol:before {
	content: ""
}

.fa-strikethrough:before {
	content: ""
}

.fa-underline:before {
	content: ""
}

.fa-table:before {
	content: ""
}

.fa-magic:before {
	content: ""
}

.fa-truck:before {
	content: ""
}

.fa-pinterest:before {
	content: ""
}

.fa-pinterest-square:before {
	content: ""
}

.fa-google-plus-square:before {
	content: ""
}

.fa-google-plus:before {
	content: ""
}

.fa-money:before {
	content: ""
}

.fa-caret-down:before {
	content: ""
}

.fa-caret-up:before {
	content: ""
}

.fa-caret-left:before {
	content: ""
}

.fa-caret-right:before {
	content: ""
}

.fa-columns:before {
	content: ""
}

.fa-sort:before,
.fa-unsorted:before {
	content: ""
}

.fa-sort-desc:before,
.fa-sort-down:before {
	content: ""
}

.fa-sort-asc:before,
.fa-sort-up:before {
	content: ""
}

.fa-envelope:before {
	content: ""
}

.fa-linkedin:before {
	content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
	content: ""
}

.fa-gavel:before,
.fa-legal:before {
	content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: ""
}

.fa-comment-o:before {
	content: ""
}

.fa-comments-o:before {
	content: ""
}

.fa-bolt:before,
.fa-flash:before {
	content: ""
}

.fa-sitemap:before {
	content: ""
}

.fa-umbrella:before {
	content: ""
}

.fa-clipboard:before,
.fa-paste:before {
	content: ""
}

.fa-lightbulb-o:before {
	content: ""
}

.fa-exchange:before {
	content: ""
}

.fa-cloud-download:before {
	content: ""
}

.fa-cloud-upload:before {
	content: ""
}

.fa-user-md:before {
	content: ""
}

.fa-stethoscope:before {
	content: ""
}

.fa-suitcase:before {
	content: ""
}

.fa-bell-o:before {
	content: ""
}

.fa-coffee:before {
	content: ""
}

.fa-cutlery:before {
	content: ""
}

.fa-file-text-o:before {
	content: ""
}

.fa-building-o:before {
	content: ""
}

.fa-hospital-o:before {
	content: ""
}

.fa-ambulance:before {
	content: ""
}

.fa-medkit:before {
	content: ""
}

.fa-fighter-jet:before {
	content: ""
}

.fa-beer:before {
	content: ""
}

.fa-h-square:before {
	content: ""
}

.fa-plus-square:before {
	content: ""
}

.fa-angle-double-left:before {
	content: ""
}

.fa-angle-double-right:before {
	content: ""
}

.fa-angle-double-up:before {
	content: ""
}

.fa-angle-double-down:before {
	content: ""
}

.fa-angle-left:before {
	content: ""
}

.fa-angle-right:before {
	content: ""
}

.fa-angle-up:before {
	content: ""
}

.fa-angle-down:before {
	content: ""
}

.fa-desktop:before {
	content: ""
}

.fa-laptop:before {
	content: ""
}

.fa-tablet:before {
	content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: ""
}

.fa-circle-o:before {
	content: ""
}

.fa-quote-left:before {
	content: ""
}

.fa-quote-right:before {
	content: ""
}

.fa-spinner:before {
	content: ""
}

.fa-circle:before {
	content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
	content: ""
}

.fa-github-alt:before {
	content: ""
}

.fa-folder-o:before {
	content: ""
}

.fa-folder-open-o:before {
	content: ""
}

.fa-smile-o:before {
	content: ""
}

.fa-frown-o:before {
	content: ""
}

.fa-meh-o:before {
	content: ""
}

.fa-gamepad:before {
	content: ""
}

.fa-keyboard-o:before {
	content: ""
}

.fa-flag-o:before {
	content: ""
}

.fa-flag-checkered:before {
	content: ""
}

.fa-terminal:before {
	content: ""
}

.fa-code:before {
	content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: ""
}

.fa-location-arrow:before {
	content: ""
}

.fa-crop:before {
	content: ""
}

.fa-code-fork:before {
	content: ""
}

.fa-chain-broken:before,
.fa-unlink:before {
	content: ""
}

.fa-question:before {
	content: ""
}

.fa-info:before {
	content: ""
}

.fa-exclamation:before {
	content: ""
}

.fa-superscript:before {
	content: ""
}

.fa-subscript:before {
	content: ""
}

.fa-eraser:before {
	content: ""
}

.fa-puzzle-piece:before {
	content: ""
}

.fa-microphone:before {
	content: ""
}

.fa-microphone-slash:before {
	content: ""
}

.fa-shield:before {
	content: ""
}

.fa-calendar-o:before {
	content: ""
}

.fa-fire-extinguisher:before {
	content: ""
}

.fa-rocket:before {
	content: ""
}

.fa-maxcdn:before {
	content: ""
}

.fa-chevron-circle-left:before {
	content: ""
}

.fa-chevron-circle-right:before {
	content: ""
}

.fa-chevron-circle-up:before {
	content: ""
}

.fa-chevron-circle-down:before {
	content: ""
}

.fa-html5:before {
	content: ""
}

.fa-css3:before {
	content: ""
}

.fa-anchor:before {
	content: ""
}

.fa-unlock-alt:before {
	content: ""
}

.fa-bullseye:before {
	content: ""
}

.fa-ellipsis-h:before {
	content: ""
}

.fa-ellipsis-v:before {
	content: ""
}

.fa-rss-square:before {
	content: ""
}

.fa-play-circle:before {
	content: ""
}

.fa-ticket:before {
	content: ""
}

.fa-minus-square:before {
	content: ""
}

.fa-minus-square-o:before {
	content: ""
}

.fa-level-up:before {
	content: ""
}

.fa-level-down:before {
	content: ""
}

.fa-check-square:before {
	content: ""
}

.fa-pencil-square:before {
	content: ""
}

.fa-external-link-square:before {
	content: ""
}

.fa-share-square:before {
	content: ""
}

.fa-compass:before {
	content: ""
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
	content: ""
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
	content: ""
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
	content: ""
}

.fa-eur:before,
.fa-euro:before {
	content: ""
}

.fa-gbp:before {
	content: ""
}

.fa-dollar:before,
.fa-usd:before {
	content: ""
}

.fa-inr:before,
.fa-rupee:before {
	content: ""
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
	content: ""
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
	content: ""
}

.fa-krw:before,
.fa-won:before {
	content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
	content: ""
}

.fa-file:before {
	content: ""
}

.fa-file-text:before {
	content: ""
}

.fa-sort-alpha-asc:before {
	content: ""
}

.fa-sort-alpha-desc:before {
	content: ""
}

.fa-sort-amount-asc:before {
	content: ""
}

.fa-sort-amount-desc:before {
	content: ""
}

.fa-sort-numeric-asc:before {
	content: ""
}

.fa-sort-numeric-desc:before {
	content: ""
}

.fa-thumbs-up:before {
	content: ""
}

.fa-thumbs-down:before {
	content: ""
}

.fa-youtube-square:before {
	content: ""
}

.fa-youtube:before {
	content: ""
}

.fa-xing:before {
	content: ""
}

.fa-xing-square:before {
	content: ""
}

.fa-youtube-play:before {
	content: ""
}

.fa-dropbox:before {
	content: ""
}

.fa-stack-overflow:before {
	content: ""
}

.fa-instagram:before {
	content: ""
}

.fa-flickr:before {
	content: ""
}

.fa-adn:before {
	content: ""
}

.fa-bitbucket:before {
	content: ""
}

.fa-bitbucket-square:before {
	content: ""
}

.fa-tumblr:before {
	content: ""
}

.fa-tumblr-square:before {
	content: ""
}

.fa-long-arrow-down:before {
	content: ""
}

.fa-long-arrow-up:before {
	content: ""
}

.fa-long-arrow-left:before {
	content: ""
}

.fa-long-arrow-right:before {
	content: ""
}

.fa-apple:before {
	content: ""
}

.fa-windows:before {
	content: ""
}

.fa-android:before {
	content: ""
}

.fa-linux:before {
	content: ""
}

.fa-dribbble:before {
	content: ""
}

.fa-skype:before {
	content: ""
}

.fa-foursquare:before {
	content: ""
}

.fa-trello:before {
	content: ""
}

.fa-female:before {
	content: ""
}

.fa-male:before {
	content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
	content: ""
}

.fa-sun-o:before {
	content: ""
}

.fa-moon-o:before {
	content: ""
}

.fa-archive:before {
	content: ""
}

.fa-bug:before {
	content: ""
}

.fa-vk:before {
	content: ""
}

.fa-weibo:before {
	content: ""
}

.fa-renren:before {
	content: ""
}

.fa-pagelines:before {
	content: ""
}

.fa-stack-exchange:before {
	content: ""
}

.fa-arrow-circle-o-right:before {
	content: ""
}

.fa-arrow-circle-o-left:before {
	content: ""
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
	content: ""
}

.fa-dot-circle-o:before {
	content: ""
}

.fa-wheelchair:before {
	content: ""
}

.fa-vimeo-square:before {
	content: ""
}

.fa-try:before,
.fa-turkish-lira:before {
	content: ""
}

.fa-plus-square-o:before {
	content: ""
}

.fa-space-shuttle:before {
	content: ""
}

.fa-slack:before {
	content: ""
}

.fa-envelope-square:before {
	content: ""
}

.fa-wordpress:before {
	content: ""
}

.fa-openid:before {
	content: ""
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
	content: ""
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
	content: ""
}

.fa-yahoo:before {
	content: ""
}

.fa-google:before {
	content: ""
}

.fa-reddit:before {
	content: ""
}

.fa-reddit-square:before {
	content: ""
}

.fa-stumbleupon-circle:before {
	content: ""
}

.fa-stumbleupon:before {
	content: ""
}

.fa-delicious:before {
	content: ""
}

.fa-digg:before {
	content: ""
}

.fa-pied-piper-pp:before {
	content: ""
}

.fa-pied-piper-alt:before {
	content: ""
}

.fa-drupal:before {
	content: ""
}

.fa-joomla:before {
	content: ""
}

.fa-language:before {
	content: ""
}

.fa-fax:before {
	content: ""
}

.fa-building:before {
	content: ""
}

.fa-child:before {
	content: ""
}

.fa-paw:before {
	content: ""
}

.fa-spoon:before {
	content: ""
}

.fa-cube:before {
	content: ""
}

.fa-cubes:before {
	content: ""
}

.fa-behance:before {
	content: ""
}

.fa-behance-square:before {
	content: ""
}

.fa-steam:before {
	content: ""
}

.fa-steam-square:before {
	content: ""
}

.fa-recycle:before {
	content: ""
}

.fa-automobile:before,
.fa-car:before {
	content: ""
}

.fa-cab:before,
.fa-taxi:before {
	content: ""
}

.fa-tree:before {
	content: ""
}

.fa-spotify:before {
	content: ""
}

.fa-deviantart:before {
	content: ""
}

.fa-soundcloud:before {
	content: ""
}

.fa-database:before {
	content: ""
}

.fa-file-pdf-o:before {
	content: ""
}

.fa-file-word-o:before {
	content: ""
}

.fa-file-excel-o:before {
	content: ""
}

.fa-file-powerpoint-o:before {
	content: ""
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
	content: ""
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
	content: ""
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
	content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: ""
}

.fa-file-code-o:before {
	content: ""
}

.fa-vine:before {
	content: ""
}

.fa-codepen:before {
	content: ""
}

.fa-jsfiddle:before {
	content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
	content: ""
}

.fa-circle-o-notch:before {
	content: ""
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
	content: ""
}

.fa-empire:before,
.fa-ge:before {
	content: ""
}

.fa-git-square:before {
	content: ""
}

.fa-git:before {
	content: ""
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
	content: ""
}

.fa-tencent-weibo:before {
	content: ""
}

.fa-qq:before {
	content: ""
}

.fa-wechat:before,
.fa-weixin:before {
	content: ""
}

.fa-paper-plane:before,
.fa-send:before {
	content: ""
}

.fa-paper-plane-o:before,
.fa-send-o:before {
	content: ""
}

.fa-history:before {
	content: ""
}

.fa-circle-thin:before {
	content: ""
}

.fa-header:before {
	content: ""
}

.fa-paragraph:before {
	content: ""
}

.fa-sliders:before {
	content: ""
}

.fa-share-alt:before {
	content: ""
}

.fa-share-alt-square:before {
	content: ""
}

.fa-bomb:before {
	content: ""
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
	content: ""
}

.fa-tty:before {
	content: ""
}

.fa-binoculars:before {
	content: ""
}

.fa-plug:before {
	content: ""
}

.fa-slideshare:before {
	content: ""
}

.fa-twitch:before {
	content: ""
}

.fa-yelp:before {
	content: ""
}

.fa-newspaper-o:before {
	content: ""
}

.fa-wifi:before {
	content: ""
}

.fa-calculator:before {
	content: ""
}

.fa-paypal:before {
	content: ""
}

.fa-google-wallet:before {
	content: ""
}

.fa-cc-visa:before {
	content: ""
}

.fa-cc-mastercard:before {
	content: ""
}

.fa-cc-discover:before {
	content: ""
}

.fa-cc-amex:before {
	content: ""
}

.fa-cc-paypal:before {
	content: ""
}

.fa-cc-stripe:before {
	content: ""
}

.fa-bell-slash:before {
	content: ""
}

.fa-bell-slash-o:before {
	content: ""
}

.fa-trash:before {
	content: ""
}

.fa-copyright:before {
	content: ""
}

.fa-at:before {
	content: ""
}

.fa-eyedropper:before {
	content: ""
}

.fa-paint-brush:before {
	content: ""
}

.fa-birthday-cake:before {
	content: ""
}

.fa-area-chart:before {
	content: ""
}

.fa-pie-chart:before {
	content: ""
}

.fa-line-chart:before {
	content: ""
}

.fa-lastfm:before {
	content: ""
}

.fa-lastfm-square:before {
	content: ""
}

.fa-toggle-off:before {
	content: ""
}

.fa-toggle-on:before {
	content: ""
}

.fa-bicycle:before {
	content: ""
}

.fa-bus:before {
	content: ""
}

.fa-ioxhost:before {
	content: ""
}

.fa-angellist:before {
	content: ""
}

.fa-cc:before {
	content: ""
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
	content: ""
}

.fa-meanpath:before {
	content: ""
}

.fa-buysellads:before {
	content: ""
}

.fa-connectdevelop:before {
	content: ""
}

.fa-dashcube:before {
	content: ""
}

.fa-forumbee:before {
	content: ""
}

.fa-leanpub:before {
	content: ""
}

.fa-sellsy:before {
	content: ""
}

.fa-shirtsinbulk:before {
	content: ""
}

.fa-simplybuilt:before {
	content: ""
}

.fa-skyatlas:before {
	content: ""
}

.fa-cart-plus:before {
	content: ""
}

.fa-cart-arrow-down:before {
	content: ""
}

.fa-diamond:before {
	content: ""
}

.fa-ship:before {
	content: ""
}

.fa-user-secret:before {
	content: ""
}

.fa-motorcycle:before {
	content: ""
}

.fa-street-view:before {
	content: ""
}

.fa-heartbeat:before {
	content: ""
}

.fa-venus:before {
	content: ""
}

.fa-mars:before {
	content: ""
}

.fa-mercury:before {
	content: ""
}

.fa-intersex:before,
.fa-transgender:before {
	content: ""
}

.fa-transgender-alt:before {
	content: ""
}

.fa-venus-double:before {
	content: ""
}

.fa-mars-double:before {
	content: ""
}

.fa-venus-mars:before {
	content: ""
}

.fa-mars-stroke:before {
	content: ""
}

.fa-mars-stroke-v:before {
	content: ""
}

.fa-mars-stroke-h:before {
	content: ""
}

.fa-neuter:before {
	content: ""
}

.fa-genderless:before {
	content: ""
}

.fa-facebook-official:before {
	content: ""
}

.fa-pinterest-p:before {
	content: ""
}

.fa-whatsapp:before {
	content: ""
}

.fa-server:before {
	content: ""
}

.fa-user-plus:before {
	content: ""
}

.fa-user-times:before {
	content: ""
}

.fa-bed:before,
.fa-hotel:before {
	content: ""
}

.fa-viacoin:before {
	content: ""
}

.fa-train:before {
	content: ""
}

.fa-subway:before {
	content: ""
}

.fa-medium:before {
	content: ""
}

.fa-y-combinator:before,
.fa-yc:before {
	content: ""
}

.fa-optin-monster:before {
	content: ""
}

.fa-opencart:before {
	content: ""
}

.fa-expeditedssl:before {
	content: ""
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
	content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: ""
}

.fa-mouse-pointer:before {
	content: ""
}

.fa-i-cursor:before {
	content: ""
}

.fa-object-group:before {
	content: ""
}

.fa-object-ungroup:before {
	content: ""
}

.fa-sticky-note:before {
	content: ""
}

.fa-sticky-note-o:before {
	content: ""
}

.fa-cc-jcb:before {
	content: ""
}

.fa-cc-diners-club:before {
	content: ""
}

.fa-clone:before {
	content: ""
}

.fa-balance-scale:before {
	content: ""
}

.fa-hourglass-o:before {
	content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: ""
}

.fa-hourglass:before {
	content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: ""
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
	content: ""
}

.fa-hand-scissors-o:before {
	content: ""
}

.fa-hand-lizard-o:before {
	content: ""
}

.fa-hand-spock-o:before {
	content: ""
}

.fa-hand-pointer-o:before {
	content: ""
}

.fa-hand-peace-o:before {
	content: ""
}

.fa-trademark:before {
	content: ""
}

.fa-registered:before {
	content: ""
}

.fa-creative-commons:before {
	content: ""
}

.fa-gg:before {
	content: ""
}

.fa-gg-circle:before {
	content: ""
}

.fa-tripadvisor:before {
	content: ""
}

.fa-odnoklassniki:before {
	content: ""
}

.fa-odnoklassniki-square:before {
	content: ""
}

.fa-get-pocket:before {
	content: ""
}

.fa-wikipedia-w:before {
	content: ""
}

.fa-safari:before {
	content: ""
}

.fa-chrome:before {
	content: ""
}

.fa-firefox:before {
	content: ""
}

.fa-opera:before {
	content: ""
}

.fa-internet-explorer:before {
	content: ""
}

.fa-television:before,
.fa-tv:before {
	content: ""
}

.fa-contao:before {
	content: ""
}

.fa-500px:before {
	content: ""
}

.fa-amazon:before {
	content: ""
}

.fa-calendar-plus-o:before {
	content: ""
}

.fa-calendar-minus-o:before {
	content: ""
}

.fa-calendar-times-o:before {
	content: ""
}

.fa-calendar-check-o:before {
	content: ""
}

.fa-industry:before {
	content: ""
}

.fa-map-pin:before {
	content: ""
}

.fa-map-signs:before {
	content: ""
}

.fa-map-o:before {
	content: ""
}

.fa-map:before {
	content: ""
}

.fa-commenting:before {
	content: ""
}

.fa-commenting-o:before {
	content: ""
}

.fa-houzz:before {
	content: ""
}

.fa-vimeo:before {
	content: ""
}

.fa-black-tie:before {
	content: ""
}

.fa-fonticons:before {
	content: ""
}

.fa-reddit-alien:before {
	content: ""
}

.fa-edge:before {
	content: ""
}

.fa-credit-card-alt:before {
	content: ""
}

.fa-codiepie:before {
	content: ""
}

.fa-modx:before {
	content: ""
}

.fa-fort-awesome:before {
	content: ""
}

.fa-usb:before {
	content: ""
}

.fa-product-hunt:before {
	content: ""
}

.fa-mixcloud:before {
	content: ""
}

.fa-scribd:before {
	content: ""
}

.fa-pause-circle:before {
	content: ""
}

.fa-pause-circle-o:before {
	content: ""
}

.fa-stop-circle:before {
	content: ""
}

.fa-stop-circle-o:before {
	content: ""
}

.fa-shopping-bag:before {
	content: ""
}

.fa-shopping-basket:before {
	content: ""
}

.fa-hashtag:before {
	content: ""
}

.fa-bluetooth:before {
	content: ""
}

.fa-bluetooth-b:before {
	content: ""
}

.fa-percent:before {
	content: ""
}

.fa-gitlab:before {
	content: ""
}

.fa-wpbeginner:before {
	content: ""
}

.fa-wpforms:before {
	content: ""
}

.fa-envira:before {
	content: ""
}

.fa-universal-access:before {
	content: ""
}

.fa-wheelchair-alt:before {
	content: ""
}

.fa-question-circle-o:before {
	content: ""
}

.fa-blind:before {
	content: ""
}

.fa-audio-description:before {
	content: ""
}

.fa-volume-control-phone:before {
	content: ""
}

.fa-braille:before {
	content: ""
}

.fa-assistive-listening-systems:before {
	content: ""
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
	content: ""
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
	content: ""
}

.fa-glide:before {
	content: ""
}

.fa-glide-g:before {
	content: ""
}

.fa-sign-language:before,
.fa-signing:before {
	content: ""
}

.fa-low-vision:before {
	content: ""
}

.fa-viadeo:before {
	content: ""
}

.fa-viadeo-square:before {
	content: ""
}

.fa-snapchat:before {
	content: ""
}

.fa-snapchat-ghost:before {
	content: ""
}

.fa-snapchat-square:before {
	content: ""
}

.fa-pied-piper:before {
	content: ""
}

.fa-first-order:before {
	content: ""
}

.fa-yoast:before {
	content: ""
}

.fa-themeisle:before {
	content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
	content: ""
}

.fa-handshake-o:before {
	content: ""
}

.fa-envelope-open:before {
	content: ""
}

.fa-envelope-open-o:before {
	content: ""
}

.fa-linode:before {
	content: ""
}

.fa-address-book:before {
	content: ""
}

.fa-address-book-o:before {
	content: ""
}

.fa-address-card:before,
.fa-vcard:before {
	content: ""
}

.fa-address-card-o:before,
.fa-vcard-o:before {
	content: ""
}

.fa-user-circle:before {
	content: ""
}

.fa-user-circle-o:before {
	content: ""
}

.fa-user-o:before {
	content: ""
}

.fa-id-badge:before {
	content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: ""
}

.fa-quora:before {
	content: ""
}

.fa-free-code-camp:before {
	content: ""
}

.fa-telegram:before {
	content: ""
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
	content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: ""
}

.fa-shower:before {
	content: ""
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
	content: ""
}

.fa-podcast:before {
	content: ""
}

.fa-window-maximize:before {
	content: ""
}

.fa-window-minimize:before {
	content: ""
}

.fa-window-restore:before {
	content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: ""
}

.fa-bandcamp:before {
	content: ""
}

.fa-grav:before {
	content: ""
}

.fa-etsy:before {
	content: ""
}

.fa-imdb:before {
	content: ""
}

.fa-ravelry:before {
	content: ""
}

.fa-eercast:before {
	content: ""
}

.fa-microchip:before {
	content: ""
}

.fa-snowflake-o:before {
	content: ""
}

.fa-superpowers:before {
	content: ""
}

.fa-wpexplorer:before {
	content: ""
}

.fa-meetup:before {
	content: ""
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.zoomtimeline {
	margin-bottom: 30px
}

.zoomtimeline,
.zoomtimeline * {
	box-sizing: border-box
}

.zoomtimeline .items {
	opacity: 0;
	visibility: hidden;
	transition-property: opacity, visibility;
	transition-duration: .3s;
	-moz-transition-property: opacity, visibility;
	-moz-transition-duration: .3s;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-duration: .3s;
	-o-transition-property: opacity, visibility;
	-o-transition-duration: .3s;
	-ms-transition-property: opacity, visibility;
	-ms-transition-duration: .3s;
	transition-timing-function: ease-in
}

.zoomtimeline .ztm-item {
	display: block
}

.zoomtimeline .clear {
	display: block;
	clear: both
}

.zoomtimeline .the-heading {
	margin-bottom: 20px
}

.zoomtimeline p {
	margin-bottom: 15px
}

.zoomtimeline .scroller-con.skin_luna {
	margin-bottom: 0
}

.zoomtimeline .scroller-con.skin_luna .scrollbar {
	height: 20px;
	position: absolute;
	top: 0;
	bottom: auto;
	width: 100%;
	background-color: hsla(0, 0%, 100%, .1);
	overflow: hidden
}

.zoomtimeline .scroller-con.dragging,
.zoomtimeline .scroller-con.dragging .scrollbar .scrollbarx {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.zoomtimeline .scroller-con.skin_luna .scrollbarx {
	margin-top: 2px;
	border-radius: 3px;
	top: 0;
	cursor: -webkit-grab;
	cursor: grab
}

.zoomtimeline .scroller-con.skin_luna .scrollbarx .the-year {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #444;
	font-weight: 700;
	font-size: 10px
}

.zoomtimeline .scroller-con.skin_luna .scrollbarx_bg {
	margin-top: 0;
	top: 0;
	background-color: hsla(0, 0%, 78.4%, .4)
}

.zoomtimeline a {
	color: #cb1919
}

.zoomtimeline .thumbs-gallery-con {
	padding: 5px 5px 0;
	margin-left: -2px;
	margin-right: -2px;
	position: relative;
	background-color: rgba(20, 20, 20, .5);
	display: inline-block
}

.zoomtimeline .thumbs-gallery-con .thumb-smoothie {
	position: relative;
	width: 45px;
	height: 45px
}

.zoomtimeline .thumbs-gallery-con:before {
	content: "";
	position: absolute;
	top: 0;
	left: 2px;
	width: calc(100% - 4px);
	height: 100%
}

.zoomtimeline .preloader-wave {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	visibility: visible;
	transition-property: opacity, visibility;
	transition-duration: .3s;
	-moz-transition-property: opacity, visibility;
	-moz-transition-duration: .3s;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-duration: .3s;
	-o-transition-property: opacity, visibility;
	-o-transition-duration: .3s;
	-ms-transition-property: opacity, visibility;
	-ms-transition-duration: .3s;
	transition-timing-function: ease-in
}

.zoomtimeline .preloader-wave span {
	display: block;
	bottom: 0;
	width: 9px;
	height: 5px;
	background: #ddd;
	position: absolute;
	-webkit-animation: preloader_audio 1.5s ease-in-out infinite;
	animation: preloader_audio 1.5s ease-in-out infinite
}

.zoomtimeline .preloader-wave span:nth-child(2) {
	left: 11px;
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.zoomtimeline .preloader-wave span:nth-child(3) {
	left: 22px;
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.zoomtimeline .preloader-wave span:nth-child(4) {
	left: 33px;
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.zoomtimeline .preloader-wave span:nth-child(5) {
	left: 44px;
	-webkit-animation-delay: .8s;
	animation-delay: .8s
}

@-webkit-keyframes preloader_audio {
	0% {
		height: 5px;
		transform: translateY(0);
		background: #bf959d
	}

	25% {
		height: 30px;
		transform: translateY(15px);
		background: #bf959d
	}

	50% {
		height: 5px;
		transform: translateY(0);
		background: #ccc
	}

	to {
		height: 5px;
		transform: translateY(0);
		background: #aaa
	}
}

@keyframes preloader_audio {
	0% {
		height: 5px;
		transform: translateY(0);
		background: #bf959d
	}

	25% {
		height: 30px;
		transform: translateY(15px);
		background: #bf959d
	}

	50% {
		height: 5px;
		transform: translateY(0);
		background: #ccc
	}

	to {
		height: 5px;
		transform: translateY(0);
		background: #aaa
	}
}

.zoomtimeline .overflow-it {
	overflow: hidden;
	width: auto
}

.zoomtimeline.content-position-bottom .scroller-con.skin_luna .scrollbar {
	top: auto;
	bottom: 0
}

.zoomtimeline.ztm-ready .preloader-wave {
	opacity: 0;
	visibility: hidden
}

.zoomtimeline.ztm-ready .items {
	opacity: 1;
	visibility: visible
}

.zoomtimeline:after {
	content: "";
	clear: both;
	display: block
}

.zoomtimeline.mode-default {
	line-height: 1;
	position: relative
}

.zoomtimeline.mode-default p {
	line-height: 1.6
}

.zoomtimeline.mode-default .ztm-item {
	position: relative;
	margin-bottom: 30px
}

.zoomtimeline.mode-default .ztm-item .hex-icon {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 40px;
	height: 23.09px;
	background-color: #ddd;
	margin: 11.55px 0
}

.zoomtimeline.mode-default .ztm-item .hex-icon:after,
.zoomtimeline.mode-default .ztm-item .hex-icon:before {
	content: "";
	position: absolute;
	width: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent
}

.zoomtimeline.mode-default .ztm-item .hex-icon:before {
	bottom: 100%;
	border-bottom: 11.55px solid #ddd
}

.zoomtimeline.mode-default .ztm-item .hex-icon:after {
	top: 100%;
	width: 0;
	border-top: 11.55px solid #ddd
}

.zoomtimeline.mode-default .ztm-item .hex-icon .the-icon {
	font-size: 16px;
	color: #777;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.zoomtimeline.mode-default .ztm-item .ztm-content {
	position: relative;
	left: 0;
	padding: 10px 0 20px 100px
}

.zoomtimeline.mode-default .ztm-item .ztm-content>:first-child.the-heading {
	margin-top: 0
}

.zoomtimeline.mode-default .ztm-item .hex-desc-con {
	width: 70px;
	position: absolute;
	top: 68px;
	height: 30px
}

.zoomtimeline.mode-default .ztm-item .hex-desc-con .hex-desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: 900;
	font-family: Lato, Open Sans, Helvetica, serif;
	background-color: #ddd;
	color: #777;
	padding: 5px 3px;
	white-space: nowrap
}

.zoomtimeline.mode-default .thumbs-gallery-con {
	background-color: rgba(0, 0, 0, .12)
}

.zoomtimeline.mode-default:before {
	content: "";
	height: 100%;
	width: 1px;
	background-color: #ddd;
	opacity: .5;
	position: absolute;
	left: 34px
}

.zoomtimeline.mode-default.under-400 {
	padding-top: 15px
}

.zoomtimeline.mode-default.under-400 .hex-icon {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	top: 3px;
	left: 4px
}

.zoomtimeline.mode-default.under-400 .hex-icon>.the-icon {
	display: none
}

.zoomtimeline.mode-default.under-400 .hex-icon:after,
.zoomtimeline.mode-default.under-400 .hex-icon:before {
	display: none
}

.zoomtimeline.mode-default.under-400 .hex-desc-con {
	top: -13px;
	left: -5px
}

.zoomtimeline.mode-default.under-400 .hex-desc-con:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #ddd;
	position: absolute;
	top: 19px;
	left: 9px
}

.zoomtimeline.mode-default.under-400 .ztm-item .ztm-content {
	padding-left: 15px
}

.zoomtimeline.mode-default.under-400:before {
	left: 7px
}

.zoomtimeline.mode-oncenter {
	position: relative;
	padding-bottom: 15px
}

.zoomtimeline.mode-oncenter .hex-desc-con {
	position: absolute;
	left: 50%;
	width: 70px;
	margin-left: -35px;
	text-align: center;
	padding: 3px;
	background-color: #fff;
	font-size: 9px;
	color: #555;
	font-weight: 700;
	font-family: Lato, serif;
	text-transform: uppercase
}

.zoomtimeline.mode-oncenter .hex-desc-con,
.zoomtimeline.mode-oncenter .hex-desc-con .hex-desc {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.zoomtimeline.mode-oncenter .ztm-item {
	position: relative;
	margin-bottom: 15px
}

.zoomtimeline.mode-oncenter .ztm-item .the-image-con {
	width: calc(50% - 60px);
	float: right;
	text-align: left;
	position: relative;
	top: 15px
}

.zoomtimeline.mode-oncenter .ztm-item .the-image-con .the-image {
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 1px solid rgba(20, 20, 20, .3);
	box-shadow: 0 0 0 3px hsla(0, 0%, 100%, .5);
	background-size: cover;
	background-position: 50%
}

.zoomtimeline.mode-oncenter .ztm-item .ztm-content {
	width: calc(50% - 60px);
	text-align: right;
	float: left
}

.zoomtimeline.mode-oncenter .ztm-item .ztm-content p:last-child {
	margin-bottom: 0
}

.zoomtimeline.mode-oncenter .ztm-item .the-heading {
	margin-top: 26px;
	margin-bottom: 8px
}

.zoomtimeline.mode-oncenter .ztm-item:before {
	content: "";
	position: absolute;
	top: 38px;
	left: 50%;
	width: 46px;
	height: 1px;
	margin-left: 1px;
	background: linear-gradient(90deg, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, .5) 1%, hsla(0, 0%, 100%, 0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80ffffff", endColorstr="#00ffffff", GradientType=1)
}

.zoomtimeline.mode-oncenter .ztm-item:after {
	content: "";
	position: absolute;
	top: 48px;
	left: 50%;
	width: 46px;
	height: 1px;
	margin-left: -46px;
	background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .5) 99%, hsla(0, 0%, 100%, .5));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#80ffffff", GradientType=1)
}

.zoomtimeline.mode-oncenter .ztm-item:nth-child(odd) .ztm-content {
	float: right;
	text-align: left
}

.zoomtimeline.mode-oncenter .ztm-item:nth-child(odd) .the-image-con {
	float: left;
	text-align: right
}

.zoomtimeline.mode-oncenter .ztm-item:nth-child(2n):after {
	top: 38px
}

.zoomtimeline.mode-oncenter .ztm-item:nth-child(2n):before {
	top: 48px
}

.zoomtimeline.mode-oncenter .ztm-item.no-image:nth-child(2n):before {
	display: none
}

.zoomtimeline.mode-oncenter .ztm-item.no-image:nth-child(odd):after {
	display: none
}

.zoomtimeline.mode-oncenter:before {
	content: "";
	height: 100%;
	width: 1px;
	background-color: #fff;
	opacity: .5;
	position: absolute;
	left: 50%
}

.zoomtimeline.mode-oncenter.skin-dark .hex-desc-con {
	background-color: #1e1e1e;
	color: #fff
}

.zoomtimeline.mode-oncenter.skin-dark .thumbs-gallery-con {
	background-color: rgba(20, 20, 20, .15)
}

.zoomtimeline.mode-oncenter.skin-dark .ztm-item:before {
	background: linear-gradient(90deg, rgba(20, 20, 20, .5) 0, rgba(15, 15, 15, .5) 1%, rgba(48, 48, 48, 0) 99%, rgba(20, 20, 20, 0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80383838", endColorstr="#00303030", GradientType=1)
}

.zoomtimeline.mode-oncenter.skin-dark .ztm-item:after {
	background: linear-gradient(90deg, rgba(20, 20, 20, 0) 0, rgba(15, 15, 15, 0) 1%, rgba(20, 20, 20, .5) 99%, rgba(20, 20, 20, .5));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00303030", endColorstr="#80383838", GradientType=1)
}

.zoomtimeline.mode-oncenter.skin-dark .the-image-con .the-image {
	border: 1px solid hsla(0, 0%, 100%, 0);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .5)
}

.zoomtimeline.mode-oncenter.skin-dark:before {
	background-color: #222
}

.zoomtimeline.mode-slider .ztm-item {
	display: none
}

.zoomtimeline.mode-slider .scroller-con {
	margin-bottom: 0
}

.zoomtimeline.mode-slider a {
	padding: 2px 4px;
	background-color: #f9f2f4;
	font-size: 11px
}

.zoomtimeline.mode-slider .feature-image {
	background-size: cover;
	width: 120px;
	height: 120px;
	margin-bottom: 15px;
	border: 3px solid #222
}

.zoomtimeline.mode-slider .inner>img {
	max-width: none
}

.zoomtimeline.mode-slider .the-item {
	display: inline-block;
	white-space: normal;
	vertical-align: bottom;
	padding: 0 15px;
	position: relative
}

.zoomtimeline.mode-slider .the-item .hex-desc {
	font-size: 11px;
	font-weight: 700;
	font-family: Lato, serif
}

.zoomtimeline.mode-slider .the-item h3 {
	margin-top: 7px;
	margin-bottom: 15px;
	font-size: 23px;
	font-weight: 200;
	color: #a08e2a;
	font-family: Raleway, serif
}

.zoomtimeline.mode-slider .the-item p {
	font-style: italic
}

.zoomtimeline.mode-slider .the-item .the-content:last-child p:last-child {
	margin-bottom: 0
}

.zoomtimeline.mode-slider .the-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: calc(100% + 19px);
	border-left: 1px dashed rgba(50, 50, 50, .1)
}

.zoomtimeline.mode-slider .inner {
	padding-bottom: 20px
}

.zoomtimeline.mode-slider .inner>.the-item:first-child:before {
	display: none
}

.zoomtimeline.mode-slider .scrollbar {
	position: relative;
	top: -20px
}

.zoomtimeline.mode-slider .sc-descriptions-content>.the-item:first-child:before {
	display: none
}

.zoomtimeline.mode-slider .sc-descriptions {
	white-space: nowrap;
	width: 100%;
	overflow: hidden
}

.zoomtimeline.mode-slider .sc-descriptions .sc-descriptions-content {
	white-space: nowrap;
	display: inline-block;
	position: relative
}

.zoomtimeline.mode-slider .sc-descriptions .the-item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-top: 20px;
	transition-property: color, background;
	transition-duration: .3s;
	-moz-transition-property: color, background;
	-moz-transition-duration: .3s;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: .3s;
	-o-transition-property: color, background;
	-o-transition-duration: .3s;
	-ms-transition-property: color, background;
	-ms-transition-duration: .3s;
	transition-timing-function: ease-in
}

.zoomtimeline.mode-slider .sc-descriptions .the-item>.the-content {
	position: relative
}

.zoomtimeline.mode-slider .sc-descriptions .the-item>.the-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition-property: color, background;
	transition-duration: .3s;
	-moz-transition-property: color, background;
	-moz-transition-duration: .3s;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: .3s;
	-o-transition-property: color, background;
	-o-transition-duration: .3s;
	-ms-transition-property: color, background;
	-ms-transition-duration: .3s;
	transition-timing-function: ease-in
}

.zoomtimeline.mode-slider .sc-descriptions .the-item:before {
	top: -30px
}

.zoomtimeline.mode-slider.skin-light .scroller-con.skin_cerc .scrollbarx_bg {
	background-color: hsla(0, 0%, 100%, .3)
}

.zoomtimeline.mode-slider.skin-light .the-item:before {
	border-left-color: hsla(0, 0%, 100%, .3)
}

.zoomtimeline.mode-slider-variation a {
	color: #cb1919;
	background-color: rgba(214, 189, 189, .3);
	padding: 1px 3px;
	display: inline-block
}

.zoomtimeline.mode-slider-variation .ztm-item {
	display: none
}

.zoomtimeline.mode-slider-variation>.scroller-con {
	background-color: #fff
}

.zoomtimeline.mode-slider-variation .inner>img {
	max-width: none
}

.zoomtimeline.mode-slider-variation .hexa-mark-con {
	position: absolute;
	top: 5px;
	width: auto;
	height: 9px;
	cursor: pointer
}

.zoomtimeline.mode-slider-variation .hexa-mark-con .hexa-content {
	background-color: #fff;
	color: #222;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	padding: 4px 12px;
	font-size: 10px;
	font-weight: 300;
	max-width: 140px;
	opacity: 0;
	visibility: hidden;
	transition-property: opacity, visibility;
	transition-duration: .3s;
	-moz-transition-property: opacity, visibility;
	-moz-transition-duration: .3s;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-duration: .3s;
	-o-transition-property: opacity, visibility;
	-o-transition-duration: .3s;
	-ms-transition-property: opacity, visibility;
	-ms-transition-duration: .3s;
	transition-timing-function: ease-in
}

.zoomtimeline.mode-slider-variation .hexa-mark-con .hexa-content>span {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block
}

.zoomtimeline.mode-slider-variation .hexa-mark-con .hexa-content:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #fff
}

.zoomtimeline.mode-slider-variation .hexa-mark-con .hexa-inshow {
	white-space: nowrap;
	font-weight: 700;
	font-size: 9px;
	position: relative;
	top: 0;
	left: 0;
	color: #444;
	pointer-events: none;
	opacity: .7;
	transition-property: opacity, visibility;
	transition-duration: .3s;
	-moz-transition-property: opacity, visibility;
	-moz-transition-duration: .3s;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-duration: .3s;
	-o-transition-property: opacity, visibility;
	-o-transition-duration: .3s;
	-ms-transition-property: opacity, visibility;
	-ms-transition-duration: .3s;
	transition-timing-function: ease-in
}

.zoomtimeline.mode-slider-variation .hexa-mark {
	width: 9px;
	height: 9px;
	background-color: #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
	cursor: pointer
}

.zoomtimeline.mode-slider-variation .hexa-mark-con:hover .hexa-content {
	opacity: 1;
	visibility: visible
}

.zoomtimeline.mode-slider-variation .hexa-mark-con:hover .hexa-inshow {
	opacity: 1
}

.zoomtimeline.mode-slider-variation .sc-descriptions {
	white-space: nowrap;
	width: 100%;
	background-color: #f8f8f8;
	overflow: hidden
}

.zoomtimeline.mode-slider-variation .sc-descriptions .sc-descriptions-content {
	white-space: nowrap;
	display: inline-block;
	position: relative
}

.zoomtimeline.mode-slider-variation .sc-descriptions .sc-description {
	display: inline-block;
	vertical-align: top;
	padding: 25px 20px 15px;
	position: relative;
	text-align: center;
	white-space: normal;
	color: #777;
	transition-property: color, background;
	transition-duration: .3s;
	-moz-transition-property: color, background;
	-moz-transition-duration: .3s;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: .3s;
	-o-transition-property: color, background;
	-o-transition-duration: .3s;
	-ms-transition-property: color, background;
	-ms-transition-duration: .3s;
	transition-timing-function: ease-in
}

.zoomtimeline.mode-slider-variation .sc-descriptions .sc-description p {
	font-style: italic
}

.zoomtimeline.mode-slider-variation .sc-descriptions .sc-description>.the-content {
	position: relative
}

.zoomtimeline.mode-slider-variation .sc-descriptions .sc-description>.the-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f8f8f8;
	transition-property: color, background;
	transition-duration: .3s;
	-moz-transition-property: color, background;
	-moz-transition-duration: .3s;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: .3s;
	-o-transition-property: color, background;
	-o-transition-duration: .3s;
	-ms-transition-property: color, background;
	-ms-transition-duration: .3s;
	transition-timing-function: ease-in
}

.zoomtimeline.mode-slider-variation .sc-descriptions .sc-description.active {
	color: #222
}

.zoomtimeline.mode-slider-variation .sc-descriptions .sc-description.active>.the-bg {
	background-color: #fff
}

.zoomtimeline.mode-slider-variation .sc-descriptions .the-heading {
	margin-top: 0;
	margin-bottom: 15px
}

.zoomtimeline.mode-slider-variation .sc-descriptions .sc-description .the-after {
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	height: 100%;
	width: 1px;
	background: linear-gradient(180deg, transparent 0, transparent 1%, rgba(0, 0, 0, .05) 30%, rgba(0, 0, 0, .13) 47%, rgba(71, 71, 70, .05) 68%, hsla(40, 2%, 70%, 0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#00b4b3b1", GradientType=0)
}

.zoomtimeline.mode-slider-variation .preloader-wave {
	opacity: 1;
	visibility: visible
}

.zoomtimeline.mode-slider-variation .items,
.zoomtimeline.mode-slider-variation .sc-descriptions,
.zoomtimeline.mode-slider-variation .scroller-con {
	opacity: 0;
	visibility: hidden;
	transition-property: opacity, visibility;
	transition-duration: .3s;
	-moz-transition-property: opacity, visibility;
	-moz-transition-duration: .3s;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-duration: .3s;
	-o-transition-property: opacity, visibility;
	-o-transition-duration: .3s;
	-ms-transition-property: opacity, visibility;
	-ms-transition-duration: .3s;
	transition-timing-function: ease-in
}

.zoomtimeline.mode-slider-variation.ztm-ready .preloader-wave {
	opacity: 1;
	visibility: visible
}

.zoomtimeline.mode-slider-variation.ztm-ready .items,
.zoomtimeline.mode-slider-variation.ztm-ready.reinited-finished-loading-all-images .preloader-wave,
.zoomtimeline.mode-slider-variation.ztm-ready .sc-descriptions,
.zoomtimeline.mode-slider-variation.ztm-ready .scroller-con {
	opacity: 0;
	visibility: hidden
}

.zoomtimeline.mode-slider-variation.ztm-ready.reinited-finished-loading-all-images .sc-descriptions,
.zoomtimeline.mode-slider-variation.ztm-ready.reinited-finished-loading-all-images .scroller-con {
	opacity: 1;
	visibility: visible
}

.zoomtimeline.mode-yearslist .ztm-item {
	display: none
}

.zoomtimeline.mode-yearslist .yearlist-line {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	border-bottom: 1px dotted hsla(0, 0%, 100%, .3);
	position: absolute;
	top: 100%;
	margin-top: -24px
}

.zoomtimeline.mode-yearslist .yearlist-container:after,
.zoomtimeline.mode-yearslist .yearlist-container:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
	height: 100%;
	z-index: 1;
	background: linear-gradient(90deg, #222 0, #222 21%, rgba(34, 34, 34, 0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#222222", endColorstr="#00222222", GradientType=1)
}

.zoomtimeline.mode-yearslist .yearlist-container:after {
	content: "";
	right: 0;
	left: auto;
	background: linear-gradient(90deg, rgba(34, 34, 34, 0) 0, #222 79%, #222);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00222222", endColorstr="#222222", GradientType=1)
}

.zoomtimeline.mode-yearslist .yearlist-con {
	white-space: nowrap;
	text-align: center;
	background-color: #222;
	padding: 13px 0 30px;
	line-height: 1;
	position: relative;
	width: 100%;
	color: #eee
}

.zoomtimeline.mode-yearslist .yearlist-con .yearlist {
	display: inline-block;
	position: relative;
	height: 30px;
	left: 0;
	transition-property: left;
	transition-duration: .3s;
	-moz-transition-property: left;
	-moz-transition-duration: .3s;
	-webkit-transition-property: left;
	-webkit-transition-duration: .3s;
	-o-transition-property: left;
	-o-transition-duration: .3s;
	-ms-transition-property: left;
	-ms-transition-duration: .3s;
	transition-timing-function: ease-in
}

.zoomtimeline.mode-yearslist .yearlist-con .year {
	width: 160px;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 50%;
	height: 30px;
	transform: translateY(-50%)
}

.zoomtimeline.mode-yearslist .yearlist-con .year p.the-year {
	display: inline-block;
	vertical-align: bottom;
	color: #fff;
	opacity: .65;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	transition-property: all;
	transition-duration: .3s;
	-moz-transition-property: all;
	-moz-transition-duration: .3s;
	-webkit-transition-property: all;
	-webkit-transition-duration: .3s;
	-o-transition-property: all;
	-o-transition-duration: .3s;
	-ms-transition-property: all;
	-ms-transition-duration: .3s;
	transition-timing-function: ease-in
}

.zoomtimeline.mode-yearslist .yearlist-con .year:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 6px;
	height: 6px;
	display: block;
	background-color: hsla(0, 0%, 100%, .7);
	margin-left: -3px;
	margin-top: 14px;
	transform: rotate(45deg);
	transition-property: background;
	transition-duration: .3s;
	-moz-transition-property: background;
	-moz-transition-duration: .3s;
	-webkit-transition-property: background;
	-webkit-transition-duration: .3s;
	-o-transition-property: background;
	-o-transition-duration: .3s;
	-ms-transition-property: background;
	-ms-transition-duration: .3s;
	transition-timing-function: ease-in
}

.zoomtimeline.mode-yearslist .yearlist-con .year.active p.the-year {
	font-size: 21px;
	opacity: 1
}

.zoomtimeline.mode-yearslist .yearlist-con .year.active:after {
	background-color: #fff
}

.zoomtimeline.mode-yearslist .yearlist-container {
	height: 70px
}

.zoomtimeline.mode-yearslist .details-container,
.zoomtimeline.mode-yearslist .yearlist-container {
	width: 1170px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	max-width: 100%
}

.zoomtimeline.mode-yearslist .details-container {
	white-space: nowrap;
	height: 0;
	transition-property: height;
	transition-duration: .3s;
	-moz-transition-property: height;
	-moz-transition-duration: .3s;
	-webkit-transition-property: height;
	-webkit-transition-duration: .3s;
	-o-transition-property: height;
	-o-transition-duration: .3s;
	-ms-transition-property: height;
	-ms-transition-duration: .3s;
	transition-timing-function: ease-in
}

.zoomtimeline.mode-yearslist .details-container .diamond-arrow-left,
.zoomtimeline.mode-yearslist .details-container .diamond-arrow-right {
	position: absolute;
	top: 50%;
	left: 38px;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 1;
	transition-property: opacity, visibility;
	transition-duration: .25s;
	-moz-transition-property: opacity, visibility;
	-moz-transition-duration: .25s;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-duration: .25s;
	-o-transition-property: opacity, visibility;
	-o-transition-duration: .25s;
	-ms-transition-property: opacity, visibility;
	-ms-transition-duration: .25s;
	transition-timing-function: ease-out
}

.zoomtimeline.mode-yearslist .details-container .diamond-arrow-right {
	left: auto;
	right: 38px
}

.zoomtimeline.mode-yearslist .details-container .detail {
	display: inline-block;
	width: 100%;
	left: 100%;
	position: absolute;
	padding: 25px 140px;
	white-space: normal
}

.zoomtimeline.mode-yearslist .details-container .detail .detail-image-con {
	width: 350px;
	height: auto;
	margin-right: 30px;
	margin-bottom: 30px;
	background-size: cover;
	background-position: 50%;
	position: relative
}

.zoomtimeline.mode-yearslist .details-container .detail .detail-image-con .detail-image {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1
}

.zoomtimeline.mode-yearslist .details-container .detail .detail-image-shadow-con {
	position: relative
}

.zoomtimeline.mode-yearslist .details-container .detail .detail-image-shadow-con .detail-image-shadow-left {
	content: "";
	background: linear-gradient(90deg, hsla(40, 2%, 70%, 0) 0, rgba(144, 143, 142, .2) 20%, rgba(0, 0, 0, .9));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b4b3b1", endColorstr="#4d000000", GradientType=1);
	width: 50%;
	height: 50px;
	position: absolute;
	top: 100%;
	left: 0;
	transform: rotate(-6deg) translateY(-44px);
	filter: blur(5px);
	-webkit-filter: blur(5px)
}

.zoomtimeline.mode-yearslist .details-container .detail .detail-image-shadow-con .detail-image-shadow-right {
	content: "";
	background: linear-gradient(90deg, rgba(0, 0, 0, .9) 0, rgba(144, 143, 142, .2) 80%, hsla(40, 2%, 70%, 0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4d000000", endColorstr="#00b4b3b1", GradientType=1);
	width: 50%;
	height: 50px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: rotate(6deg) translateY(-44px);
	filter: blur(5px);
	-webkit-filter: blur(5px)
}

.zoomtimeline.mode-yearslist .details-container .detail .detail-excerpt .the-heading {
	margin-top: 5px;
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: 700;
	text-transform: uppercase
}

.zoomtimeline.mode-yearslist .details-container .detail:after {
	content: "";
	display: block;
	clear: both
}

.zoomtimeline.mode-yearslist .details-container .detail.active {
	position: relative;
	height: auto
}

.zoomtimeline.mode-yearslist .preloader-wave {
	opacity: 1;
	visibility: visible
}

.zoomtimeline.mode-yearslist .details-container,
.zoomtimeline.mode-yearslist .items,
.zoomtimeline.mode-yearslist .yearlist-con {
	opacity: 0;
	visibility: hidden;
	transition-property: opacity, visibility;
	transition-duration: .3s;
	-moz-transition-property: opacity, visibility;
	-moz-transition-duration: .3s;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-duration: .3s;
	-o-transition-property: opacity, visibility;
	-o-transition-duration: .3s;
	-ms-transition-property: opacity, visibility;
	-ms-transition-duration: .3s;
	transition-timing-function: ease-in
}

.zoomtimeline.mode-yearslist.ztm-ready .preloader-wave {
	opacity: 0;
	visibility: hidden
}

.zoomtimeline.mode-yearslist.ztm-ready .details-container,
.zoomtimeline.mode-yearslist.ztm-ready .items,
.zoomtimeline.mode-yearslist.ztm-ready .yearlist-con {
	opacity: 1;
	visibility: visible
}

.zoomtimeline.mode-yearslist.under-900 .details-container .detail-image-con {
	width: 150px
}

.zoomtimeline.mode-yearslist.under-600 .diamond-arrow-left,
.zoomtimeline.mode-yearslist.under-600 .diamond-arrow-right {
	transform: translateY(0) scale(.7);
	position: relative;
	float: left;
	margin-top: 5px;
	top: 0
}

.zoomtimeline.mode-yearslist.under-600 .diamond-arrow-right {
	float: right
}

.zoomtimeline.mode-yearslist.under-600 .details-container .detail {
	padding: 10px 40px
}

.zoomtimeline.mode-yearslist.under-600 .details-container .detail .detail-image-con {
	width: 100%;
	display: block;
	float: none
}

.zoomtimeline.mode-3dslider {
	width: 100%;
	overflow: hidden;
	position: relative;
	font-family: Dosis, Open Sans, Helvetica, serif
}

.zoomtimeline.mode-3dslider .ztm-item {
	display: none
}

.zoomtimeline.mode-3dslider .yearlist-con {
	position: absolute;
	width: 100%
}

.zoomtimeline.mode-3dslider .yearlist-con .yearlist-container {
	margin: 0 auto;
	max-width: 1170px;
	overflow: hidden;
	position: relative;
	top: 260px;
	height: 400px;
	-webkit-mask-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(.9, #000), to(transparent))
}

.zoomtimeline.mode-3dslider .yearlist-con .yearlist-container .yearlist-container-inner {
	-webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(.1, #000), to(#000));
	height: 100%
}

.zoomtimeline.mode-3dslider .yearlist-con .yearlist {
	white-space: nowrap;
	position: relative;
	left: 0;
	transition-property: left;
	transition-duration: .25s;
	-moz-transition-property: left;
	-moz-transition-duration: .25s;
	-webkit-transition-property: left;
	-webkit-transition-duration: .25s;
	-o-transition-property: left;
	-o-transition-duration: .25s;
	-ms-transition-property: left;
	-ms-transition-duration: .25s;
	transition-timing-function: ease-out
}

.zoomtimeline.mode-3dslider .yearlist-con .yearlist .year {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 20%;
	font-size: 13px;
	position: relative;
	font-weight: 700;
	color: #eee;
	top: 0;
	transition-property: top, font-size;
	transition-duration: .25s;
	-moz-transition-property: top, font-size;
	-moz-transition-duration: .25s;
	-webkit-transition-property: top, font-size;
	-webkit-transition-duration: .25s;
	-o-transition-property: top, font-size;
	-o-transition-duration: .25s;
	-ms-transition-property: top, font-size;
	-ms-transition-duration: .25s;
	transition-timing-function: ease-in
}

.zoomtimeline.mode-3dslider .yearlist-con .yearlist .year .the-year {
	display: block
}

.zoomtimeline.mode-3dslider .yearlist-con .yearlist .year figure {
	position: relative;
	top: 8px;
	opacity: 1;
	width: 10px;
	height: 10px;
	left: 50%;
	margin-left: -6px;
	box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .25);
	background-color: #dca7a7;
	border-radius: 50%;
	transition-property: opacity, visibility;
	transition-duration: .25s;
	-moz-transition-property: opacity, visibility;
	-moz-transition-duration: .25s;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-duration: .25s;
	-o-transition-property: opacity, visibility;
	-o-transition-duration: .25s;
	-ms-transition-property: opacity, visibility;
	-ms-transition-duration: .25s;
	transition-timing-function: ease-in
}

.zoomtimeline.mode-3dslider .yearlist-con .yearlist .year figure polygon {
	fill: #dca7a7
}

.zoomtimeline.mode-3dslider .yearlist-con .yearlist .year figure polyline {
	stroke: hsla(0, 0%, 100%, .9)
}

.zoomtimeline.mode-3dslider .yearlist-con .yearlist .year.curr-item {
	top: 218px;
	font-size: 21px
}

.zoomtimeline.mode-3dslider .yearlist-con .yearlist .year.curr-item figure {
	opacity: 0;
	visibility: hidden
}

.zoomtimeline.mode-3dslider .yearlist-con:after {
	position: absolute;
	top: 290px;
	width: 100%;
	height: 2px;
	content: "";
	background-color: #dca7a7
}

.zoomtimeline.mode-3dslider .details-container {
	position: relative;
	perspective: 600px;
	opacity: 0;
	visibility: hidden;
	transition-property: height, opacity, visibility;
	transition-duration: .3s;
	-moz-transition-property: height, opacity, visibility;
	-moz-transition-duration: .3s;
	-webkit-transition-property: height, opacity, visibility;
	-webkit-transition-duration: .3s;
	-o-transition-property: height, opacity, visibility;
	-o-transition-duration: .3s;
	-ms-transition-property: height, opacity, visibility;
	-ms-transition-duration: .3s;
	transition-timing-function: ease-out
}

.zoomtimeline.mode-3dslider .details-container>.detail {
	position: absolute;
	text-align: center;
	width: 300px;
	top: 0;
	visibility: visible;
	opacity: 1;
	left: 50%;
	margin-left: -150px;
	transition-property: all;
	transition-duration: .25s;
	-moz-transition-property: all;
	-moz-transition-duration: .25s;
	-webkit-transition-property: all;
	-webkit-transition-duration: .25s;
	-o-transition-property: all;
	-o-transition-duration: .25s;
	-ms-transition-property: all;
	-ms-transition-duration: .25s;
	transition-timing-function: ease-out;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	perspective: 600px;
	-webkit-perspective: 600px
}

.zoomtimeline.mode-3dslider .details-container>.detail .detail-image-con {
	position: relative;
	transform: rotateY(0deg) scale(1) translateZ(0);
	-webkit-transform: rotateY(0deg) scale(1) translateZ(0);
	transition-property: all;
	transition-duration: .25s;
	-moz-transition-property: all;
	-moz-transition-duration: .25s;
	-webkit-transition-property: all;
	-webkit-transition-duration: .25s;
	-o-transition-property: all;
	-o-transition-duration: .25s;
	-ms-transition-property: all;
	-ms-transition-duration: .25s;
	transition-timing-function: ease-out
}

.zoomtimeline.mode-3dslider .details-container>.detail .detail-image {
	transition-property: opacity, visibility;
	transition-duration: .25s;
	-moz-transition-property: opacity, visibility;
	-moz-transition-duration: .25s;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-duration: .25s;
	-o-transition-property: opacity, visibility;
	-o-transition-duration: .25s;
	-ms-transition-property: opacity, visibility;
	-ms-transition-duration: .25s;
	transition-timing-function: ease-out
}

.zoomtimeline.mode-3dslider .details-container>.detail .detail-image,
.zoomtimeline.mode-3dslider .details-container>.detail .detail-image--border {
	position: relative;
	width: 100%;
	height: 400px;
	border-radius: 5px;
	background-size: cover;
	background-position: 50%
}

.zoomtimeline.mode-3dslider .details-container>.detail .detail-image--border {
	border: 2px solid rgba(220, 167, 167, .7);
	position: absolute;
	border-radius: 0;
	transition-property: background, border;
	transition-duration: .25s;
	-moz-transition-property: background, border;
	-moz-transition-duration: .25s;
	-webkit-transition-property: background, border;
	-webkit-transition-duration: .25s;
	-o-transition-property: background, border;
	-o-transition-duration: .25s;
	-ms-transition-property: background, border;
	-ms-transition-duration: .25s;
	transition-timing-function: ease-out
}

.zoomtimeline.mode-3dslider .details-container>.detail .detail-excerpt {
	font-size: 14px;
	padding-top: 60px;
	opacity: 0;
	visibility: hidden;
	color: #fff;
	margin-left: -10%;
	margin-right: -10%;
	transition-property: opacity, visibility;
	transition-duration: .25s;
	-moz-transition-property: opacity, visibility;
	-moz-transition-duration: .25s;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-duration: .25s;
	-o-transition-property: opacity, visibility;
	-o-transition-duration: .25s;
	-ms-transition-property: opacity, visibility;
	-ms-transition-duration: .25s;
	transition-timing-function: ease-out;
	font-family: Raleway, Open Sans, serif
}

.zoomtimeline.mode-3dslider .details-container>.detail .detail-excerpt p {
	line-height: 1.7
}

.zoomtimeline.mode-3dslider .details-container>.detail>.the-heading {
	color: #fff;
	transform: rotateY(0deg) scale(1) translateZ(0);
	-webkit-transform: rotateY(0deg) scale(1) translateZ(0);
	transition-property: all;
	transition-duration: .25s;
	-moz-transition-property: all;
	-moz-transition-duration: .25s;
	-webkit-transition-property: all;
	-webkit-transition-duration: .25s;
	-o-transition-property: all;
	-o-transition-duration: .25s;
	-ms-transition-property: all;
	-ms-transition-duration: .25s;
	transition-timing-function: ease-out
}

.zoomtimeline.mode-3dslider .details-container>.curr-item {
	position: absolute;
	z-index: 55;
	max-width: 100%;
	transform: translateZ(0);
	-webkit-transform: translateZ(0)
}

.zoomtimeline.mode-3dslider .details-container>.curr-item .detail-image--border {
	opacity: 0
}

.zoomtimeline.mode-3dslider .details-container>.curr-item .detail-image {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5)
}

.zoomtimeline.mode-3dslider .details-container>.curr-item .detail-image-con {
	transform: rotateY(0deg) scale(1) translateZ(0);
	-webkit-transform: rotateY(0deg) scale(1) translateZ(0)
}

.zoomtimeline.mode-3dslider .details-container>.curr-item .detail-excerpt {
	visibility: visible;
	opacity: 1
}

.zoomtimeline.mode-3dslider .details-container>.next-item,
.zoomtimeline.mode-3dslider .details-container>.prev-item {
	position: absolute;
	cursor: pointer;
	transform: translate3d(calc(150px + 3vw), 0, 0);
	-webkit-transform: translate3d(calc(150px + 3vw), 0, 0);
	z-index: 30
}

.zoomtimeline.mode-3dslider .details-container>.next-item .detail-image,
.zoomtimeline.mode-3dslider .details-container>.prev-item .detail-image {
	opacity: .3;
	box-shadow: 0 0 8px 0 transparent;
	-webkit-mask-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(.4, #000), to(transparent))
}

.zoomtimeline.mode-3dslider .details-container>.next-item .detail-image-con,
.zoomtimeline.mode-3dslider .details-container>.prev-item .detail-image-con {
	transform: rotateY(-32deg) scale(.75) translateZ(0);
	-webkit-transform: rotateY(-32deg) scale(.75) translateZ(0)
}

.zoomtimeline.mode-3dslider .details-container>.next-item>.the-heading,
.zoomtimeline.mode-3dslider .details-container>.prev-item>.the-heading {
	transform: rotateY(-10deg) scale(.75) translate3d(0, 20px, 0);
	opacity: .5
}

.zoomtimeline.mode-3dslider .details-container>.prev-item {
	transform: translate3d(calc(-150px - 3vw), 0, 0);
	-webkit-transform: translate3d(calc(-150px - 3vw), 0, 0)
}

.zoomtimeline.mode-3dslider .details-container>.prev-item .detail-image-con {
	transform: rotateY(32deg) scale(.75) translateZ(0);
	-webkit-transform: rotateY(32deg) scale(.75) translateZ(0)
}

.zoomtimeline.mode-3dslider .details-container>.prev-item .detail-image {
	-webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(.6, #000), to(#000))
}

.zoomtimeline.mode-3dslider .details-container>.prev-item>.the-heading {
	transform: rotateY(10deg) scale(.75) translate3d(0, 20px, 0);
	-webkit-transform: rotateY(10deg) scale(.75) translate3d(0, 20px, 0);
	opacity: .3
}

.zoomtimeline.mode-3dslider .details-container>.next-next-item,
.zoomtimeline.mode-3dslider .details-container>.prev-prev-item {
	cursor: pointer;
	transform: translate3d(calc(300px + 5vw), 0, 0);
	-webkit-transform: translate3d(calc(300px + 5vw), 0, 0)
}

.zoomtimeline.mode-3dslider .details-container>.next-next-item .detail-image--border,
.zoomtimeline.mode-3dslider .details-container>.prev-prev-item .detail-image--border {
	background-color: transparent;
	border-color: rgba(220, 167, 167, .5)
}

.zoomtimeline.mode-3dslider .details-container>.next-next-item .detail-image,
.zoomtimeline.mode-3dslider .details-container>.prev-prev-item .detail-image {
	opacity: 0;
	box-shadow: 0 0 8px 0 transparent
}

.zoomtimeline.mode-3dslider .details-container>.next-next-item .detail-image-con,
.zoomtimeline.mode-3dslider .details-container>.prev-prev-item .detail-image-con {
	transform: rotateY(-32deg) scale(.65) translate3d(0, 40px, 0);
	-webkit-transform: rotateY(-32deg) scale(.65) translate3d(0, 40px, 0)
}

.zoomtimeline.mode-3dslider .details-container>.next-next-item .detail-excerpt,
.zoomtimeline.mode-3dslider .details-container>.prev-prev-item .detail-excerpt {
	visibility: hidden;
	opacity: 0
}

.zoomtimeline.mode-3dslider .details-container>.next-next-item>.the-heading,
.zoomtimeline.mode-3dslider .details-container>.prev-prev-item>.the-heading {
	transform: rotateY(-15deg) scale(.75) translate3d(0, 40px, 0);
	-webkit-transform: rotateY(-15deg) scale(.75) translate3d(0, 40px, 0);
	opacity: .15
}

.zoomtimeline.mode-3dslider .details-container>.prev-prev-item {
	transform: translate3d(calc(-300px - 5vw), 0, 0);
	-webkit-transform: translate3d(calc(-300px - 5vw), 0, 0)
}

.zoomtimeline.mode-3dslider .details-container>.prev-prev-item .detail-image {
	opacity: 0
}

.zoomtimeline.mode-3dslider .details-container>.prev-prev-item .detail-image-con {
	transform: rotateY(32deg) scale(.65) translateZ(0);
	-webkit-transform: rotateY(32deg) scale(.65) translateZ(0)
}

.zoomtimeline.mode-3dslider .details-container>.prev-prev-item>.the-heading {
	transform: rotateY(15deg) scale(.75) translate3d(0, 40px, 0);
	-webkit-transform: rotateY(15deg) scale(.75) translate3d(0, 40px, 0)
}

.zoomtimeline.mode-3dslider .details-container>.prev-prev-prev-item {
	visibility: hidden;
	opacity: 0;
	transform: translate3d(calc(-450px - 5vw), 0, 0);
	-webkit-transform: translate3d(calc(-450px - 5vw), 0, 0)
}

.zoomtimeline.mode-3dslider .details-container>.prev-prev-prev-item .detail-image {
	opacity: 0
}

.zoomtimeline.mode-3dslider .details-container>.prev-prev-prev-item .detail-image-con {
	transform: rotateY(32deg) scale(.65) translateZ(0);
	-webkit-transform: rotateY(32deg) scale(.65) translateZ(0)
}

.zoomtimeline.mode-3dslider .details-container>.next-next-next-item {
	visibility: hidden;
	opacity: 0;
	transform: translate3d(calc(450px + 5vw), 0, 0);
	-webkit-transform: translate3d(calc(450px + 5vw), 0, 0)
}

.zoomtimeline.mode-3dslider .details-container>.next-next-next-item .detail-image {
	opacity: 0
}

.zoomtimeline.mode-3dslider .details-container>.next-next-next-item .detail-image-con {
	transform: rotateY(-32deg) scale(.65) translateZ(0);
	-webkit-transform: rotateY(-32deg) scale(.65) translateZ(0)
}

.zoomtimeline.mode-3dslider.ztm-ready .details-container {
	opacity: 1;
	visibility: visible
}

.zoomtimeline.mode-3dslider.skin-dark .details-container>.detail>.the-heading {
	color: #555
}

.zoomtimeline.mode-3dslider.skin-dark .yearlist-con .yearlist>.year {
	color: #555
}

.zoomtimeline.mode-3dslider.skin-dark .details-container>.detail .detail-excerpt p {
	color: #222
}

.zoomtimeline.mode-3dslider.under-600 .details-container>.detail {
	max-width: none
}

.zoomtimeline.mode-3dslider.under-600 .details-container>.detail .detail-excerpt {
	margin-left: 0;
	margin-right: 0;
	width: 100%
}

.zoomtimeline.circuit-the-timeline-off.first-item-active .diamond-arrow-left,
.zoomtimeline.circuit-the-timeline-off.last-item-active .diamond-arrow-right {
	opacity: 0;
	visibility: hidden
}

.zoomtimeline.mode-blackwhite .ztm-item {
	display: block;
	font-size: 0;
	background-color: #fff
}

.zoomtimeline.mode-blackwhite .ztm-item .hex-desc-con,
.zoomtimeline.mode-blackwhite .ztm-item .hex-icon {
	display: none
}

.zoomtimeline.mode-blackwhite .ztm-item .image-con,
.zoomtimeline.mode-blackwhite .ztm-item .ztm-content {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	font-size: 13px
}

.zoomtimeline.mode-blackwhite .ztm-item .image-con>.fullwidth {
	display: block;
	margin-top: 0
}

.zoomtimeline.mode-blackwhite .ztm-item .the-heading {
	font-size: 14px;
	font-weight: 700;
	font-family: Lato, serif;
	margin-top: 0;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 15px
}

.zoomtimeline.mode-blackwhite .ztm-item .the-heading:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 2px;
	background-color: #222
}

.zoomtimeline.mode-blackwhite .ztm-item .ztm-content {
	padding: 30px;
	color: #222;
	text-align: center
}

.zoomtimeline.mode-blackwhite .ztm-item .ztm-content p:last-child {
	margin-bottom: 0
}

.zoomtimeline.mode-blackwhite.under-400 .ztm-item {
	margin-bottom: 30px
}

.zoomtimeline.mode-blackwhite.under-400 .image-con,
.zoomtimeline.mode-blackwhite.under-400 .ztm-content {
	width: 100%;
	margin-bottom: 10px
}

.zoomtimeline.mode-masonry {
	margin-left: -15px;
	margin-right: -15px
}

.zoomtimeline.mode-masonry .ztm-item {
	width: 33.33%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	float: left
}

.zoomtimeline.mode-masonry .ztm-item .hex-desc-con {
	font-family: Raleway, Open Sans, sans-serif;
	font-size: 11px;
	font-style: italic;
	opacity: .5;
	text-align: center
}

.zoomtimeline.mode-masonry .ztm-item .ztm-item--inner {
	background-color: #fff;
	color: #222
}

.zoomtimeline.mode-masonry .ztm-item .ztm-item--inner .ztm-content {
	padding: 30px 30px 25px;
	text-align: center;
	font-family: Raleway, Open Sans, sans-serif;
	font-size: 13px;
	font-weight: 400
}

.zoomtimeline.mode-masonry .ztm-item .ztm-item--inner .ztm-content>.the-heading {
	margin-top: 0;
	font-family: Raleway, Open Sans, sans-serif;
	font-weight: 200;
	font-size: 28px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px
}

.zoomtimeline.mode-masonry .ztm-item .ztm-item--inner .ztm-content .the-heading:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 1px;
	background-color: #222
}

.zoomtimeline.mode-masonry .ztm-item .ztm-item--inner .ztm-content :last-child {
	margin-bottom: 0
}

.zoomtimeline.mode-masonry .ztm-item .ztm-item--inner a.image-con {
	overflow: hidden;
	position: relative;
	display: block
}

.zoomtimeline.mode-masonry .ztm-item .ztm-item--inner a.image-con img {
	margin-top: 0
}

.zoomtimeline.mode-masonry .ztm-item .ztm-item--inner a.image-con .the-label {
	position: absolute;
	white-space: nowrap;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	background-color: #222;
	padding: 3px 5px;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	opacity: 0;
	visibility: hidden;
	margin-top: 20px;
	transition-property: margin, opacity, visibility;
	transition-duration: .3s;
	-moz-transition-property: margin, opacity, visibility;
	-moz-transition-duration: .3s;
	-webkit-transition-property: margin, opacity, visibility;
	-webkit-transition-duration: .3s;
	-o-transition-property: margin, opacity, visibility;
	-o-transition-duration: .3s;
	-ms-transition-property: margin, opacity, visibility;
	-ms-transition-duration: .3s;
	transition-timing-function: ease-in
}

.zoomtimeline.mode-masonry .ztm-item .ztm-item--inner a.image-con:before {
	content: "";
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	visibility: hidden;
	transition-property: top, opacity, visibility;
	transition-duration: .3s;
	-moz-transition-property: top, opacity, visibility;
	-moz-transition-duration: .3s;
	-webkit-transition-property: top, opacity, visibility;
	-webkit-transition-duration: .3s;
	-o-transition-property: top, opacity, visibility;
	-o-transition-duration: .3s;
	-ms-transition-property: top, opacity, visibility;
	-ms-transition-duration: .3s;
	transition-timing-function: ease-in
}

.zoomtimeline.mode-masonry .ztm-item .ztm-item--inner a.image-con:hover .the-label {
	opacity: 1;
	visibility: visible;
	margin-top: 0
}

.zoomtimeline.mode-masonry .ztm-item .ztm-item--inner a.image-con:hover:before {
	opacity: 1;
	visibility: visible;
	top: 0
}

.zoomtimeline.mode-masonry .ztm-item .thumbs-gallery-con {
	background-color: rgba(20, 20, 20, .15)
}

.zoomtimeline.mode-masonry.ztm-ready .preloader-wave {
	opacity: 1;
	visibility: visible
}

.zoomtimeline.mode-masonry.ztm-ready .items,
.zoomtimeline.mode-masonry.ztm-ready.reinited-finished-loading-all-images .preloader-wave {
	opacity: 0;
	visibility: hidden
}

.zoomtimeline.mode-masonry.ztm-ready.reinited-finished-loading-all-images .items {
	opacity: 1;
	visibility: visible
}

.zoomtimeline.mode-masonry.under-900 .ztm-item {
	width: 50%
}

.zoomtimeline.mode-masonry.under-600 .ztm-item {
	width: 100%
}

.thumbs-gallery-con--global {
	padding: 5px 5px 0;
	margin-left: -2px;
	margin-right: -2px;
	position: relative;
	background-color: rgba(20, 20, 20, .5);
	display: inline-block
}

.thumbs-gallery-con--global span.thumb-smoothie {
	display: inline-block
}

.thumbs-gallery-con--global .thumb-smoothie {
	position: relative;
	width: 45px;
	height: 45px
}

.float-left {
	float: left
}

.overflow-it {
	overflow: hidden
}

.normal-weight {
	font-weight: 400
}

.full-bg,
.full-bg--overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%
}

.full-bg.blurred {
	filter: blur(10px)
}

.full-bg--overlay {
	background-color: rgba(50, 50, 50, .7)
}

.mm-menu,
.mm-panels,
.mm-panels>.mm-panel {
	margin: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 0;
	box-sizing: border-box
}

.mm-btn,
.mm-menu {
	box-sizing: border-box
}

.mm-listview a,
.mm-listview a:hover,
.mm-navbar a,
.mm-navbar a:hover {
	text-decoration: none
}

.mm-listview .mm-next:before,
.mm-listview>li:not(.mm-divider):after,
.mm-next:after,
.mm-prev:before {
	content: "";
	bottom: 0
}

.mm-hidden {
	display: none !important
}

.mm-menu,
.mm-panels>.mm-panel:not(.mm-hidden) {
	display: block
}

.mm-wrapper {
	overflow-x: hidden;
	position: relative
}

.mm-menu {
	padding: 0;
	position: absolute;
	bottom: 0
}

.mm-panels,
.mm-panels>.mm-panel {
	background: inherit;
	border-color: inherit;
	position: absolute;
	bottom: 0
}

.mm-btn,
.mm-panel.mm-highest {
	z-index: 1
}

.mm-panels {
	overflow: hidden
}

.mm-panel {
	transition: transform .4s ease;
	transform: translate(100%);
	transform: translate3d(100%, 0, 0)
}

.mm-panel.mm-opened {
	transform: translate(0);
	transform: translateZ(0)
}

.mm-panel.mm-subopened {
	transform: translate(-30%);
	transform: translate3d(-30%, 0, 0)
}

.mm-panels>.mm-panel {
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 20px
}

.mm-listview .mm-divider,
.mm-listview>li>a,
.mm-listview>li>span,
.mm-navbar .mm-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.mm-panels>.mm-panel.mm-hasnavbar {
	padding-top: 40px
}

.mm-panels>.mm-panel:after,
.mm-panels>.mm-panel:before {
	content: "";
	display: block;
	height: 20px
}

.mm-vertical .mm-panel {
	transform: none !important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
	display: none;
	padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
	border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
	display: block
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
	height: 40px;
	bottom: auto
}

.mm-listview>li.mm-vertical>.mm-next:after,
.mm-vertical .mm-listview>li>.mm-next:after {
	top: 16px;
	bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
	transform: rotate(45deg);
	right: 19px
}

.mm-btn {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
	content: "";
	border: 2px solid transparent;
	display: block;
	width: 5px;
	height: 5px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	transform: rotate(-45deg)
}

.mm-clear:before,
.mm-close:before {
	border-right: none;
	border-bottom: none;
	right: 18px
}

.mm-clear:after,
.mm-close:after {
	border-left: none;
	border-top: none;
	right: 25px
}

.mm-next:after,
.mm-prev:before {
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0
}

.mm-prev:before {
	transform: rotate(-45deg);
	left: 23px;
	right: auto
}

.mm-next:after {
	transform: rotate(135deg);
	right: 23px;
	left: auto
}

.mm-navbar {
	border-bottom: 1px solid;
	border-color: inherit;
	text-align: center;
	line-height: 20px;
	height: 40px;
	padding: 0 40px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.mm-navbar>* {
	display: block;
	padding: 10px 0
}

.mm-navbar .mm-btn:first-child {
	left: 0
}

.mm-navbar .mm-btn:last-child {
	text-align: right;
	right: 0
}

.mm-panel .mm-navbar {
	display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
	display: block
}

.mm-listview,
.mm-listview>li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0
}

.mm-listview {
	font: inherit;
	font-size: 14px;
	line-height: 20px
}

.mm-listview>li {
	position: relative
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after {
	border-color: inherit
}

.mm-listview>li>a,
.mm-listview>li>span {
	color: inherit;
	display: block;
	padding: 10px 10px 10px 20px;
	margin: 0
}

.mm-listview>li:not(.mm-divider):after {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	right: 0;
	left: 20px
}

.mm-listview .mm-next {
	background: rgba(3, 2, 1, 0);
	width: 50px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2
}

.mm-listview .mm-next:before {
	border-left-width: 1px;
	border-left-style: solid;
	display: block;
	position: absolute;
	top: 0;
	left: 0
}

.mm-listview .mm-next+a,
.mm-listview .mm-next+span {
	margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
	width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
	border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
	padding-right: 50px;
	margin-right: 0
}

.mm-panels>.mm-panel>.mm-listview {
	margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
	margin-top: -20px
}

.mm-listview .mm-inset {
	list-style: disc inside;
	padding: 0 10px 15px 40px;
	margin: 0
}

.mm-listview .mm-inset>li {
	padding: 5px 0
}

.mm-listview .mm-divider {
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 25px
}

.mm-listview .mm-spacer {
	padding-top: 40px
}

.mm-listview .mm-spacer>.mm-next {
	top: 40px
}

.mm-listview .mm-spacer.mm-divider {
	padding-top: 25px
}

.mm-menu {
	background: #f3f3f3;
	border-color: rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .75)
}

.mm-menu .mm-navbar>*,
.mm-menu .mm-navbar a {
	color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
	border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview {
	border-color: rgba(0, 0, 0, .1)
}

.mm-menu .mm-listview>li .mm-next:after {
	border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview>li a:not(.mm-next) {
	-webkit-tap-highlight-color: rgba(255, 255, 255, .5);
	tap-highlight-color: hsla(0, 0%, 100%, .5)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
	background: hsla(0, 0%, 100%, .5)
}

.mm-menu .mm-divider,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
	background: rgba(0, 0, 0, .05)
}

.mm-page {
	box-sizing: border-box;
	position: relative
}

.mm-slideout {
	transition: transform .4s ease;
	z-index: 1
}

html.mm-opened {
	overflow-x: hidden;
	position: relative
}

html.mm-blocking,
html.mm-blocking body {
	overflow: hidden
}

html.mm-background .mm-page {
	background: inherit
}

#mm-blocker {
	background: rgba(3, 2, 1, 0);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2
}

html.mm-blocking #mm-blocker {
	display: block
}

.mm-menu.mm-offcanvas {
	z-index: 0;
	display: none;
	position: fixed;
	width: 80%;
	min-width: 140px;
	max-width: 440px
}

.mm-menu.mm-offcanvas.mm-current {
	display: block
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
	z-index: 10
}

html.mm-opening .mm-slideout {
	transform: translate(80%);
	transform: translate3d(80%, 0, 0)
}

@media (max-width:175px) {
	html.mm-opening .mm-slideout {
		transform: translate(140px);
		transform: translate3d(140px, 0, 0)
	}
}

@media (min-width:550px) {
	html.mm-opening .mm-slideout {
		transform: translate(440px);
		transform: translate3d(440px, 0, 0)
	}
}

.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom,
.mm-menu.mm-offcanvas.mm-autoheight.mm-top {
	max-height: 80%
}

.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom.mm-fullscreen,
.mm-menu.mm-offcanvas.mm-autoheight.mm-top.mm-fullscreen {
	max-height: 100%
}

.mm-menu.mm-offcanvas.mm-measureheight .mm-panel {
	display: block !important
}

.mm-menu.mm-offcanvas.mm-measureheight>.mm-panels>.mm-panel {
	bottom: auto !important;
	height: auto !important
}

em.mm-counter {
	font: inherit;
	font-size: 14px;
	font-style: normal;
	text-indent: 0;
	line-height: 20px;
	display: block;
	margin-top: -10px;
	position: absolute;
	right: 45px;
	top: 50%
}

em.mm-counter+a.mm-next {
	width: 90px
}

em.mm-counter+a.mm-next+a,
em.mm-counter+a.mm-next+span {
	margin-right: 90px
}

em.mm-counter+a.mm-fullsubopen {
	padding-left: 0
}

.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+a,
.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+span,
em.mm-counter+a.mm-fullsubopen+a,
em.mm-counter+a.mm-fullsubopen+span {
	padding-right: 90px
}

.mm-vertical>.mm-counter {
	top: 12px;
	margin-top: 0
}

.mm-vertical.mm-spacer>.mm-counter {
	margin-top: 40px
}

.mm-nosubresults>.mm-counter {
	display: none
}

.mm-menu em.mm-counter {
	color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-columns {
	transition-property: transform, width, max-width
}

.mm-menu.mm-columns .mm-panels>.mm-panel {
	width: 100%;
	right: auto;
	display: none;
	transition-property: transform, width
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened {
	border-right: 1px solid;
	border-color: inherit;
	display: block;
	transform: translate(0);
	transform: translateZ(0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-subopened {
	transform: translate(-100%);
	transform: translate3d(-100%, 0, 0);
	z-index: 2
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-0 {
	transform: translate(0);
	transform: translateZ(0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-0 {
	display: block;
	transform: translate(100%);
	transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-0 {
	width: 80%;
	min-width: 140px;
	max-width: 0
}

html.mm-opening.mm-columns-0 .mm-slideout {
	transform: translate(80%);
	transform: translate3d(80%, 0, 0)
}

@media (max-width:175px) {
	html.mm-opening.mm-columns-0 .mm-slideout {
		transform: translate(140px);
		transform: translate3d(140px, 0, 0)
	}
}

@media (min-width:0px) {
	html.mm-opening.mm-columns-0 .mm-slideout {
		transform: translate(0);
		transform: translateZ(0)
	}
}

html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
	transform: translate(-80%);
	transform: translate3d(-80%, 0, 0)
}

@media (max-width:175px) {
	html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
		transform: translate(-140px);
		transform: translate3d(-140px, 0, 0)
	}
}

@media (min-width:0px) {
	html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
		transform: translate(0);
		transform: translateZ(0)
	}
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-1 {
	transform: translate(100%);
	transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-1 {
	display: block;
	transform: translate(200%);
	transform: translate3d(200%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-1 {
	width: 80%;
	min-width: 140px;
	max-width: 440px
}

html.mm-opening.mm-columns-1 .mm-slideout {
	transform: translate(80%);
	transform: translate3d(80%, 0, 0)
}

@media (max-width:175px) {
	html.mm-opening.mm-columns-1 .mm-slideout {
		transform: translate(140px);
		transform: translate3d(140px, 0, 0)
	}
}

@media (min-width:550px) {
	html.mm-opening.mm-columns-1 .mm-slideout {
		transform: translate(440px);
		transform: translate3d(440px, 0, 0)
	}
}

html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
	transform: translate(-80%);
	transform: translate3d(-80%, 0, 0)
}

@media (max-width:175px) {
	html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
		transform: translate(-140px);
		transform: translate3d(-140px, 0, 0)
	}
}

@media (min-width:550px) {
	html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
		transform: translate(-440px);
		transform: translate3d(-440px, 0, 0)
	}
}

.mm-menu.mm-columns-1 .mm-panels>.mm-panel {
	width: 100%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-2 {
	transform: translate(200%);
	transform: translate3d(200%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-2 {
	display: block;
	transform: translate(300%);
	transform: translate3d(300%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-2 {
	width: 80%;
	min-width: 140px;
	max-width: 880px
}

html.mm-opening.mm-columns-2 .mm-slideout {
	transform: translate(80%);
	transform: translate3d(80%, 0, 0)
}

@media (max-width:175px) {
	html.mm-opening.mm-columns-2 .mm-slideout {
		transform: translate(140px);
		transform: translate3d(140px, 0, 0)
	}
}

@media (min-width:1100px) {
	html.mm-opening.mm-columns-2 .mm-slideout {
		transform: translate(880px);
		transform: translate3d(880px, 0, 0)
	}
}

html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
	transform: translate(-80%);
	transform: translate3d(-80%, 0, 0)
}

@media (max-width:175px) {
	html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
		transform: translate(-140px);
		transform: translate3d(-140px, 0, 0)
	}
}

@media (min-width:1100px) {
	html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
		transform: translate(-880px);
		transform: translate3d(-880px, 0, 0)
	}
}

.mm-menu.mm-columns-2 .mm-panels>.mm-panel {
	width: 50%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-3 {
	transform: translate(300%);
	transform: translate3d(300%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-3 {
	display: block;
	transform: translate(400%);
	transform: translate3d(400%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-3 {
	width: 80%;
	min-width: 140px;
	max-width: 1320px
}

html.mm-opening.mm-columns-3 .mm-slideout {
	transform: translate(80%);
	transform: translate3d(80%, 0, 0)
}

@media (max-width:175px) {
	html.mm-opening.mm-columns-3 .mm-slideout {
		transform: translate(140px);
		transform: translate3d(140px, 0, 0)
	}
}

@media (min-width:1650px) {
	html.mm-opening.mm-columns-3 .mm-slideout {
		transform: translate(1320px);
		transform: translate3d(1320px, 0, 0)
	}
}

html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
	transform: translate(-80%);
	transform: translate3d(-80%, 0, 0)
}

@media (max-width:175px) {
	html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
		transform: translate(-140px);
		transform: translate3d(-140px, 0, 0)
	}
}

@media (min-width:1650px) {
	html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
		transform: translate(-1320px);
		transform: translate3d(-1320px, 0, 0)
	}
}

.mm-menu.mm-columns-3 .mm-panels>.mm-panel {
	width: 33.34%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-4 {
	transform: translate(400%);
	transform: translate3d(400%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-4 {
	display: block;
	transform: translate(500%);
	transform: translate3d(500%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-4 {
	width: 80%;
	min-width: 140px;
	max-width: 1760px
}

html.mm-opening.mm-columns-4 .mm-slideout {
	transform: translate(80%);
	transform: translate3d(80%, 0, 0)
}

@media (max-width:175px) {
	html.mm-opening.mm-columns-4 .mm-slideout {
		transform: translate(140px);
		transform: translate3d(140px, 0, 0)
	}
}

@media (min-width:2200px) {
	html.mm-opening.mm-columns-4 .mm-slideout {
		transform: translate(1760px);
		transform: translate3d(1760px, 0, 0)
	}
}

html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
	transform: translate(-80%);
	transform: translate3d(-80%, 0, 0)
}

@media (max-width:175px) {
	html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
		transform: translate(-140px);
		transform: translate3d(-140px, 0, 0)
	}
}

@media (min-width:2200px) {
	html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
		transform: translate(-1760px);
		transform: translate3d(-1760px, 0, 0)
	}
}

.mm-menu.mm-columns-4 .mm-panels>.mm-panel {
	width: 25%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-5 {
	transform: translate(500%);
	transform: translate3d(500%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-5 {
	display: block;
	transform: translate(600%);
	transform: translate3d(600%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-5 {
	width: 80%;
	min-width: 140px;
	max-width: 2200px
}

html.mm-opening.mm-columns-5 .mm-slideout {
	transform: translate(80%);
	transform: translate3d(80%, 0, 0)
}

@media (max-width:175px) {
	html.mm-opening.mm-columns-5 .mm-slideout {
		transform: translate(140px);
		transform: translate3d(140px, 0, 0)
	}
}

@media (min-width:2750px) {
	html.mm-opening.mm-columns-5 .mm-slideout {
		transform: translate(2200px);
		transform: translate3d(2200px, 0, 0)
	}
}

html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
	transform: translate(-80%);
	transform: translate3d(-80%, 0, 0)
}

@media (max-width:175px) {
	html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
		transform: translate(-140px);
		transform: translate3d(-140px, 0, 0)
	}
}

@media (min-width:2750px) {
	html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
		transform: translate(-2200px);
		transform: translate3d(-2200px, 0, 0)
	}
}

.mm-menu.mm-columns-5 .mm-panels>.mm-panel {
	width: 20%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-6 {
	transform: translate(600%);
	transform: translate3d(600%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-6 {
	display: block;
	transform: translate(700%);
	transform: translate3d(700%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-6 {
	width: 80%;
	min-width: 140px;
	max-width: 2640px
}

html.mm-opening.mm-columns-6 .mm-slideout {
	transform: translate(80%);
	transform: translate3d(80%, 0, 0)
}

@media (max-width:175px) {
	html.mm-opening.mm-columns-6 .mm-slideout {
		transform: translate(140px);
		transform: translate3d(140px, 0, 0)
	}
}

@media (min-width:3300px) {
	html.mm-opening.mm-columns-6 .mm-slideout {
		transform: translate(2640px);
		transform: translate3d(2640px, 0, 0)
	}
}

html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
	transform: translate(-80%);
	transform: translate3d(-80%, 0, 0)
}

@media (max-width:175px) {
	html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
		transform: translate(-140px);
		transform: translate3d(-140px, 0, 0)
	}
}

@media (min-width:3300px) {
	html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
		transform: translate(-2640px);
		transform: translate3d(-2640px, 0, 0)
	}
}

.mm-menu.mm-columns-6 .mm-panels>.mm-panel {
	width: 16.67%
}

.mm-divider>span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
	line-height: 25px
}

.mm-divider.mm-opened a.mm-next:after {
	transform: rotate(45deg)
}

.mm-collapsed:not(.mm-uncollapsed) {
	display: none
}

.mm-fixeddivider {
	background: inherit;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	transform: translate(0);
	transform: translateZ(0)
}

.mm-fixeddivider:after {
	content: none !important;
	display: none !important
}

.mm-hasdividers .mm-fixeddivider {
	display: block
}

.mm-menu .mm-fixeddivider span {
	background: rgba(0, 0, 0, .05)
}

html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
	transition-duration: 0s
}

.mm-menu.mm-dropdown {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	height: 80%
}

html.mm-dropdown .mm-slideout {
	transform: none !important;
	z-index: 0
}

html.mm-dropdown #mm-blocker {
	transition-delay: 0s !important;
	z-index: 1
}

html.mm-dropdown .mm-menu {
	z-index: 2
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
	display: none
}

.mm-menu.mm-tip:before {
	content: "";
	background: inherit;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	z-index: 0;
	transform: rotate(45deg)
}

.mm-menu.mm-tipleft:before {
	left: 22px
}

.mm-menu.mm-tipright:before {
	right: 22px
}

.mm-menu.mm-tiptop:before {
	top: -8px
}

.mm-menu.mm-tipbottom:before {
	bottom: -8px
}

.mm-iconpanel .mm-panel {
	transition-property: transform, left
}

.mm-iconpanel .mm-panel.mm-opened {
	border-left: 1px solid;
	border-color: inherit
}

.mm-iconpanel .mm-panel.mm-subopened {
	overflow-y: hidden;
	left: -40px;
	transform: translate(0);
	transform: translateZ(0)
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
	left: 0
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
	left: 40px
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
	left: 80px
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
	left: 120px
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
	left: 160px
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
	left: 200px
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
	left: 240px
}

.mm-subblocker {
	background: inherit;
	opacity: 0;
	display: block;
	transition: opacity .4s ease
}

.mm-subopened .mm-subblocker {
	opacity: .6;
	position: absolute;
	top: 0;
	right: 0;
	bottom: -100000px;
	left: 0;
	z-index: 3
}

.mm-navbar-bottom,
.mm-navbar-top~.mm-navbar-top {
	border-bottom: none
}

.mm-menu>.mm-navbar {
	background: inherit;
	padding: 0;
	z-index: 3;
	transform: translate(0);
	transform: translateZ(0)
}

.mm-navbar-bottom {
	border-top-width: 1px;
	border-top-style: solid;
	top: auto;
	bottom: 0
}

.mm-navbar-bottom~.mm-navbar-bottom {
	border-top: none
}

.mm-navbar.mm-hasbtns {
	padding: 0 40px
}

.mm-navbar[class*=mm-navbar-content-]>* {
	box-sizing: border-box;
	display: block;
	float: left
}

.mm-navbar .mm-breadcrumbs {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	text-align: left;
	padding: 0 0 0 17px
}

.mm-navbar .mm-breadcrumbs>* {
	display: inline-block;
	padding: 10px 3px
}

.mm-navbar .mm-breadcrumbs>a {
	text-decoration: underline
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
	margin-left: -40px
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs {
	margin-left: 0;
	padding-left: 0
}

.mm-navbar-top-1 {
	top: 0
}

.mm-hasnavbar-top-1 .mm-panels,
.mm-navbar-top-2 {
	top: 40px
}

.mm-hasnavbar-top-2 .mm-panels,
.mm-navbar-top-3 {
	top: 80px
}

.mm-hasnavbar-top-3 .mm-panels,
.mm-navbar-top-4 {
	top: 120px
}

.mm-hasnavbar-top-4 .mm-panels {
	top: 160px
}

.mm-navbar-bottom-1 {
	bottom: 0
}

.mm-hasnavbar-bottom-1 .mm-panels,
.mm-navbar-bottom-2 {
	bottom: 40px
}

.mm-hasnavbar-bottom-2 .mm-panels,
.mm-navbar-bottom-3 {
	bottom: 80px
}

.mm-hasnavbar-bottom-3 .mm-panels,
.mm-navbar-bottom-4 {
	bottom: 120px
}

.mm-hasnavbar-bottom-4 .mm-panels {
	bottom: 160px
}

.mm-navbar-size-2 {
	height: 80px
}

.mm-navbar-size-3 {
	height: 120px
}

.mm-navbar-size-4 {
	height: 160px
}

.mm-navbar-content-2>* {
	width: 50%
}

.mm-navbar-content-3>* {
	width: 33.33%
}

.mm-navbar-content-4>* {
	width: 25%
}

.mm-navbar-content-5>* {
	width: 20%
}

.mm-navbar-content-6>* {
	width: 16.67%
}

.mm-menu.mm-rtl {
	direction: rtl
}

.mm-menu.mm-rtl.mm-offcanvas {
	right: auto
}

.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
	transform: translate(-100%);
	transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-rtl .mm-panel.mm-subopened {
	transform: translate(30%);
	transform: translate3d(30%, 0, 0)
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
	left: auto;
	right: 0
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
	right: auto;
	left: 0
}

.mm-menu.mm-rtl .mm-navbar .mm-next:after {
	transform: rotate(-45deg);
	left: 23px;
	right: auto
}

.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
	transform: rotate(135deg);
	right: 23px;
	left: auto
}

.mm-menu.mm-rtl .mm-listview>li:not(.mm-divider):after {
	left: 0;
	right: 20px
}

.mm-menu.mm-rtl .mm-listview>li>a:not(.mm-next),
.mm-menu.mm-rtl .mm-listview>li>span:not(.mm-next) {
	padding-left: 10px;
	padding-right: 20px !important;
	margin-right: 0 !important
}

.mm-menu.mm-rtl .mm-listview .mm-next {
	right: auto;
	left: 0
}

.mm-menu.mm-rtl .mm-listview .mm-next:before {
	left: auto;
	right: 0
}

.mm-menu.mm-rtl .mm-listview .mm-next:after {
	transform: rotate(-45deg);
	left: 23px;
	right: auto
}

.mm-menu.mm-rtl .mm-listview .mm-next+a,
.mm-menu.mm-rtl .mm-listview .mm-next+span {
	margin-left: 50px
}

.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen+a,
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen+span {
	padding-left: 50px
}

.mm-menu.mm-rtl em.mm-counter {
	left: 45px;
	right: auto
}

.mm-menu.mm-rtl em.mm-counter+a.mm-next+a,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+span {
	margin-left: 90px
}

.mm-menu.mm-rtl .mm-listview em.mm-counter+.mm-fullsubopen+a,
.mm-menu.mm-rtl .mm-listview em.mm-counter+.mm-fullsubopen+span {
	padding-left: 90px
}

.mm-menu.mm-rtl label.mm-check,
.mm-menu.mm-rtl label.mm-toggle {
	left: 20px;
	right: auto !important
}

.mm-menu.mm-rtl label.mm-toggle+a,
.mm-menu.mm-rtl label.mm-toggle+span {
	padding-left: 80px
}

.mm-menu.mm-rtl label.mm-check+a,
.mm-menu.mm-rtl label.mm-check+span {
	padding-left: 60px
}

.mm-menu.mm-rtl a.mm-next+label.mm-check,
.mm-menu.mm-rtl a.mm-next+label.mm-toggle {
	left: 60px
}

.mm-menu.mm-rtl a.mm-next+label.mm-check+a,
.mm-menu.mm-rtl a.mm-next+label.mm-check+span,
.mm-menu.mm-rtl a.mm-next+label.mm-toggle+a,
.mm-menu.mm-rtl a.mm-next+label.mm-toggle+span {
	margin-left: 50px
}

.mm-menu.mm-rtl a.mm-next+label.mm-toggle+a,
.mm-menu.mm-rtl a.mm-next+label.mm-toggle+span {
	padding-left: 70px
}

.mm-menu.mm-rtl a.mm-next+label.mm-check+a,
.mm-menu.mm-rtl a.mm-next+label.mm-check+span {
	padding-left: 50px
}

.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle {
	left: 100px
}

.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check+a,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check+span,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle+a,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle+span {
	margin-left: 90px
}

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-] {
	left: 0
}

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened {
	transform: translate(0);
	transform: translateZ(0)
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
	transition-property: transform, right
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
	right: 0
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
	right: 40px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
	right: 80px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
	right: 120px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
	right: 160px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
	right: 200px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
	right: 240px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
	border-left: none;
	border-right: 1px solid;
	border-color: inherit
}

.mm-sronly {
	text-indent: 10px;
	overflow: hidden;
	display: block;
	width: 1px;
	height: 1px;
	position: absolute;
	z-index: -1
}

.mm-search,
.mm-search input {
	box-sizing: border-box
}

.mm-search {
	height: 40px;
	padding: 7px 10px 0;
	position: relative
}

.mm-search input {
	border: none !important;
	outline: 0 !important;
	box-shadow: none !important;
	border-radius: 4px;
	font: inherit;
	font-size: 14px;
	line-height: 26px;
	display: block;
	width: 100%;
	height: 26px;
	min-height: 26px;
	max-height: 26px;
	margin: 0;
	padding: 0 10px
}

.mm-search input::-ms-clear {
	display: none
}

.mm-search .mm-clear,
.mm-search .mm-next {
	right: 0
}

.mm-panel>.mm-search {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.mm-panel.mm-hassearch {
	padding-top: 40px
}

.mm-panel.mm-hassearch.mm-hasnavbar {
	padding-top: 80px
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
	top: 40px
}

.mm-noresultsmsg {
	text-align: center;
	font-size: 21px;
	padding: 40px 0
}

.mm-noresults .mm-indexer {
	display: none !important
}

li.mm-nosubresults>a.mm-next {
	display: none
}

li.mm-nosubresults>a.mm-next+a,
li.mm-nosubresults>a.mm-next+span {
	padding-right: 10px
}

.mm-panels>.mm-resultspanel:not(.mm-opened) {
	transform: translate(0);
	transform: translateZ(0)
}

.mm-menu .mm-search input {
	background: rgba(0, 0, 0, .05);
	color: rgba(0, 0, 0, .75)
}

.mm-menu .mm-noresultsmsg {
	color: rgba(0, 0, 0, .3)
}

.mm-indexer {
	background: inherit;
	text-align: center;
	font-size: 12px;
	box-sizing: border-box;
	width: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -100px;
	z-index: 3;
	transition: right .4s ease;
	transform: translate(0);
	transform: translateZ(0)
}

.mm-indexer a {
	text-decoration: none;
	display: block;
	height: 3.85%
}

.mm-indexer~.mm-panel.mm-hasindexer {
	padding-right: 40px
}

.mm-hasindexer .mm-indexer {
	right: 0
}

.mm-hasindexer .mm-fixeddivider {
	right: 20px
}

.mm-menu .mm-indexer a {
	color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+a,
.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+span,
.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+a,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+span,
.mm-menu.mm-parentselected .mm-listview>li>a:not(.mm-fullsubopen) {
	transition: background .4s ease
}

.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
	background: hsla(0, 0%, 100%, .5)
}

input.mm-check,
input.mm-toggle {
	position: absolute;
	left: -10000px
}

label.mm-check,
label.mm-toggle {
	margin: 0;
	position: absolute;
	top: 50%;
	z-index: 2;
	right: 20px
}

label.mm-check:before,
label.mm-toggle:before {
	content: "";
	display: block
}

label.mm-toggle {
	border-radius: 30px;
	width: 50px;
	height: 30px;
	margin-top: -15px
}

label.mm-toggle:before {
	border-radius: 30px;
	width: 28px;
	height: 28px;
	margin: 1px
}

input.mm-toggle:checked~label.mm-toggle:before {
	float: right
}

label.mm-check {
	width: 30px;
	height: 30px;
	margin-top: -15px
}

label.mm-check:before {
	border-left: 3px solid;
	border-bottom: 3px solid;
	width: 40%;
	height: 20%;
	margin: 25% 0 0 20%;
	opacity: .1;
	transform: rotate(-45deg)
}

input.mm-check:checked~label.mm-check:before {
	opacity: 1
}

li.mm-vertical label.mm-check,
li.mm-vertical label.mm-toggle {
	bottom: auto;
	margin-top: 0;
	top: 5px
}

label.mm-toggle+a,
label.mm-toggle+span {
	padding-right: 80px
}

label.mm-check+a,
label.mm-check+span {
	padding-right: 60px
}

a.mm-next+label.mm-check,
a.mm-next+label.mm-toggle {
	right: 60px
}

a.mm-next+label.mm-check+a,
a.mm-next+label.mm-check+span,
a.mm-next+label.mm-toggle+a,
a.mm-next+label.mm-toggle+span {
	margin-right: 50px
}

a.mm-next+label.mm-toggle+a,
a.mm-next+label.mm-toggle+span {
	padding-right: 70px
}

a.mm-next+label.mm-check+a,
a.mm-next+label.mm-check+span {
	padding-right: 50px
}

em.mm-counter+a.mm-next+label.mm-check,
em.mm-counter+a.mm-next+label.mm-toggle {
	right: 100px
}

em.mm-counter+a.mm-next+label.mm-check+a,
em.mm-counter+a.mm-next+label.mm-check+span,
em.mm-counter+a.mm-next+label.mm-toggle+a,
em.mm-counter+a.mm-next+label.mm-toggle+span {
	margin-right: 90px
}

.mm-menu label.mm-toggle {
	background: rgba(0, 0, 0, .1)
}

.mm-menu label.mm-toggle:before {
	background: #f3f3f3
}

.mm-menu input.mm-toggle:checked~label.mm-toggle {
	background: #4bd963
}

.mm-menu label.mm-check:before {
	border-color: rgba(0, 0, 0, .75)
}

.mm-listview.mm-border-none>li:after,
.mm-menu.mm-border-none .mm-listview>li:after {
	content: none
}

.mm-listview.mm-border-full>li:after,
.mm-menu.mm-border-full .mm-listview>li:after {
	left: 0 !important
}

.mm-listview.mm-border-offset>li:after,
.mm-menu.mm-border-offset .mm-listview>li:after {
	right: 20px
}

.mm-menu.mm-offcanvas.mm-fullscreen {
	width: 100%;
	min-width: 140px;
	max-width: 10000px
}

html.mm-opening.mm-fullscreen .mm-slideout {
	transform: translate(100%);
	transform: translate3d(100%, 0, 0)
}

@media (max-width:140px) {
	html.mm-opening.mm-fullscreen .mm-slideout {
		transform: translate(140px);
		transform: translate3d(140px, 0, 0)
	}
}

@media (min-width:10000px) {
	html.mm-opening.mm-fullscreen .mm-slideout {
		transform: translate(10000px);
		transform: translate3d(10000px, 0, 0)
	}
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
	transform: translate(-100%);
	transform: translate3d(-100%, 0, 0)
}

@media (max-width:140px) {
	html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
		transform: translate(-140px);
		transform: translate3d(-140px, 0, 0)
	}
}

@media (min-width:10000px) {
	html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
		transform: translate(-10000px);
		transform: translate3d(-10000px, 0, 0)
	}
}

.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom,
.mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
	height: 100%;
	min-height: 140px;
	max-height: 10000px
}

html.mm-opened.mm-fullscreen .mm-page {
	box-shadow: none !important
}

.mm-menu.mm-effect-menu-zoom {
	transition: transform .4s ease
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
	transform: scale(.7) translate3d(-30%, 0, 0);
	transform-origin: left center
}

html.mm-opening .mm-menu.mm-effect-menu-zoom {
	transform: scale(1) translateZ(0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
	transform: scale(.7) translate3d(30%, 0, 0);
	transform-origin: right center
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
	transform: scale(1) translateZ(0)
}

.mm-menu.mm-effect-menu-slide {
	transition: transform .4s ease
}

html.mm-opened .mm-menu.mm-effect-menu-slide {
	transform: translate(-30%);
	transform: translate3d(-30%, 0, 0)
}

html.mm-opening .mm-menu.mm-effect-menu-slide {
	transform: translate(0);
	transform: translateZ(0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
	transform: translate(30%);
	transform: translate3d(30%, 0, 0)
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
	transform: translate(0);
	transform: translateZ(0)
}

.mm-menu.mm-effect-menu-fade {
	opacity: 0;
	transition: opacity .4s ease
}

html.mm-opening .mm-menu.mm-effect-menu-fade {
	opacity: 1
}

.mm-menu.mm-effect-panels-zoom .mm-panel {
	transform: scale(1.5) translate3d(100%, 0, 0);
	transform-origin: left center
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
	transform: scale(1) translateZ(0)
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
	transform: scale(.7) translate3d(-30%, 0, 0)
}

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
	transform: translate(0);
	transform: translateZ(0)
}

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
	transform: translate(-100%);
	transform: translate3d(-100%, 0, 0)
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li {
	transition: none .4s ease
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:first-child {
	transition-delay: 50ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(2) {
	transition-delay: .1s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(3) {
	transition-delay: .15s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(4) {
	transition-delay: .2s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(5) {
	transition-delay: .25s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(6) {
	transition-delay: .3s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(7) {
	transition-delay: .35s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(8) {
	transition-delay: .4s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(9) {
	transition-delay: .45s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(10) {
	transition-delay: .5s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(11) {
	transition-delay: .55s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(12) {
	transition-delay: .6s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(13) {
	transition-delay: .65s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(14) {
	transition-delay: .7s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(15) {
	transition-delay: .75s
}

.mm-menu.mm-effect-listitems-slide .mm-listview>li {
	transition-property: transform, opacity;
	transform: translate(50%);
	transform: translate3d(50%, 0, 0);
	opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview>li {
	transform: translate(0);
	transform: translateZ(0);
	opacity: 1
}

.mm-menu.mm-effect-listitems-fade .mm-listview>li {
	transition-property: opacity;
	opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview>li {
	opacity: 1
}

.mm-menu.mm-effect-listitems-drop .mm-listview>li {
	transition-property: opacity, top;
	opacity: 0;
	top: -25%
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview>li {
	opacity: 1;
	top: 0
}

.mm-menu.mm-justified-listview .mm-panels>.mm-panel:after,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel:before,
.mm-menu .mm-panels>.mm-panel.mm-justified-listview:after,
.mm-menu .mm-panels>.mm-panel.mm-justified-listview:before {
	content: none;
	display: none
}

.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview,
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview {
	display: flex;
	flex-flow: column nowrap;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0
}

.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider),
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider) {
	flex: 1 1 0
}

.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span,
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span {
	box-sizing: border-box;
	height: 100%
}

.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span:before,
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span:before {
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	width: 0
}

.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a,
.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span,
.mm-menu.mm-multiline .mm-listview>li>a,
.mm-menu.mm-multiline .mm-listview>li>span {
	text-overflow: clip;
	white-space: normal
}

html.mm-pagedim #mm-blocker,
html.mm-pagedim-black #mm-blocker,
html.mm-pagedim-white #mm-blocker {
	opacity: 0
}

html.mm-pagedim-black.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim.mm-opening #mm-blocker {
	opacity: .3;
	transition: opacity .4s ease .4s
}

html.mm-pagedim #mm-blocker {
	background: inherit
}

html.mm-pagedim-white #mm-blocker {
	background: #fff
}

html.mm-pagedim-black #mm-blocker {
	background: #000
}

.mm-menu.mm-popup {
	transition: opacity .4s ease;
	opacity: 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	height: 80%;
	min-height: 140px;
	max-height: 880px;
	top: 50%;
	left: 50%;
	bottom: auto;
	right: auto;
	transform: translate(-50%, -50%);
	transform: translate3d(-50%, -50%, 0)
}

html.mm-popup.mm-opening .mm-menu.mm-popup {
	opacity: 1
}

html.mm-popup .mm-slideout {
	transform: none !important;
	z-index: 0
}

html.mm-popup #mm-blocker {
	transition-delay: 0s !important;
	z-index: 1
}

html.mm-popup .mm-menu {
	z-index: 2
}

.mm-menu.mm-offcanvas.mm-right {
	left: auto
}

html.mm-right.mm-opening .mm-slideout {
	transform: translate(-80%);
	transform: translate3d(-80%, 0, 0)
}

@media (max-width:175px) {
	html.mm-right.mm-opening .mm-slideout {
		transform: translate(-140px);
		transform: translate3d(-140px, 0, 0)
	}
}

@media (min-width:550px) {
	html.mm-right.mm-opening .mm-slideout {
		transform: translate(-440px);
		transform: translate3d(-440px, 0, 0)
	}
}

html.mm-front .mm-slideout {
	transform: none !important;
	z-index: 0
}

html.mm-front #mm-blocker {
	z-index: 1
}

html.mm-front .mm-menu.mm-offcanvas {
	z-index: 2
}

.mm-menu.mm-offcanvas.mm-front,
.mm-menu.mm-offcanvas.mm-next {
	transition: transform .4s ease;
	transform: translate(-100%);
	transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-front.mm-right,
.mm-menu.mm-offcanvas.mm-next.mm-right {
	transform: translate(100%);
	transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-top {
	transform: translateY(-100%);
	transform: translate3d(0, -100%, 0)
}

.mm-menu.mm-offcanvas.mm-bottom {
	transform: translateY(100%);
	transform: translate3d(0, 100%, 0);
	top: auto
}

.mm-menu.mm-offcanvas.mm-bottom,
.mm-menu.mm-offcanvas.mm-top {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 80%;
	min-height: 140px;
	max-height: 880px
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front,
html.mm-opening .mm-menu.mm-offcanvas.mm-next {
	transform: translate(0);
	transform: translateZ(0)
}

.mm-menu.mm-shadow-page:after {
	content: "";
	display: block;
	width: 20px;
	height: 120%;
	position: absolute;
	left: 100%;
	top: -10%;
	z-index: 99
}

.mm-menu.mm-shadow-page.mm-right:after {
	left: auto;
	right: 100%
}

.mm-menu.mm-shadow-page.mm-front:after,
.mm-menu.mm-shadow-page.mm-next:after {
	content: none;
	display: none
}

.mm-menu.mm-shadow-page:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
	box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-dark {
	background: #333;
	border-color: rgba(0, 0, 0, .15);
	color: hsla(0, 0%, 100%, .8)
}

.mm-menu.mm-theme-dark .mm-navbar>*,
.mm-menu.mm-theme-dark .mm-navbar a,
.mm-menu.mm-theme-dark em.mm-counter {
	color: hsla(0, 0%, 100%, .4)
}

.mm-menu.mm-theme-dark .mm-btn:after,
.mm-menu.mm-theme-dark .mm-btn:before {
	border-color: hsla(0, 0%, 100%, .4)
}

.mm-menu.mm-theme-dark .mm-listview {
	border-color: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after {
	border-color: hsla(0, 0%, 100%, .4)
}

.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next) {
	-webkit-tap-highlight-color: rgba(0, 0, 0, .1);
	tap-highlight-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span {
	background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark .mm-divider,
.mm-menu.mm-theme-dark .mm-fixeddivider span,
.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
	background: hsla(0, 0%, 100%, .05)
}

.mm-menu.mm-theme-dark label.mm-check:before {
	border-color: hsla(0, 0%, 100%, .8)
}

.mm-menu.mm-shadow-page.mm-theme-dark:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
	box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.mm-menu.mm-theme-dark .mm-search input {
	background: hsla(0, 0%, 100%, .3);
	color: hsla(0, 0%, 100%, .8)
}

.mm-menu.mm-theme-dark .mm-indexer a,
.mm-menu.mm-theme-dark .mm-noresultsmsg {
	color: hsla(0, 0%, 100%, .4)
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
	background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark label.mm-toggle {
	background: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
	background: #333
}

.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle {
	background: #4bd963
}

.mm-menu.mm-theme-white {
	background: #fff;
	border-color: rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white .mm-navbar>*,
.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white em.mm-counter {
	color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-btn:after,
.mm-menu.mm-theme-white .mm-btn:before {
	border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-listview {
	border-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white .mm-listview>li .mm-next:after {
	border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next) {
	-webkit-tap-highlight-color: rgba(0, 0, 0, .05);
	tap-highlight-color: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span {
	background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white .mm-divider,
.mm-menu.mm-theme-white .mm-fixeddivider span,
.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
	background: rgba(0, 0, 0, .03)
}

.mm-menu.mm-theme-white label.mm-check:before {
	border-color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-shadow-page.mm-theme-white:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.mm-menu.mm-theme-white .mm-search input {
	background: rgba(0, 0, 0, .05);
	color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white .mm-indexer a,
.mm-menu.mm-theme-white .mm-noresultsmsg {
	color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
	background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white label.mm-toggle {
	background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white label.mm-toggle:before {
	background: #fff
}

.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle {
	background: #4bd963
}

.mm-menu.mm-theme-black {
	background: #000;
	border-color: hsla(0, 0%, 100%, .2);
	color: hsla(0, 0%, 100%, .6)
}

.mm-menu.mm-theme-black .mm-navbar>*,
.mm-menu.mm-theme-black .mm-navbar a,
.mm-menu.mm-theme-black em.mm-counter {
	color: hsla(0, 0%, 100%, .4)
}

.mm-menu.mm-theme-black .mm-btn:after,
.mm-menu.mm-theme-black .mm-btn:before {
	border-color: hsla(0, 0%, 100%, .4)
}

.mm-menu.mm-theme-black .mm-listview {
	border-color: hsla(0, 0%, 100%, .2)
}

.mm-menu.mm-theme-black .mm-listview>li .mm-next:after {
	border-color: hsla(0, 0%, 100%, .4)
}

.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next) {
	-webkit-tap-highlight-color: rgba(255, 255, 255, .3);
	tap-highlight-color: hsla(0, 0%, 100%, .3)
}

.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span {
	background: hsla(0, 0%, 100%, .3)
}

.mm-menu.mm-theme-black .mm-divider,
.mm-menu.mm-theme-black .mm-fixeddivider span,
.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
	background: hsla(0, 0%, 100%, .2)
}

.mm-menu.mm-theme-black label.mm-check:before {
	border-color: hsla(0, 0%, 100%, .6)
}

.mm-menu.mm-shadow-page.mm-theme-black:after {
	content: none;
	display: none
}

.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
	box-shadow: false
}

.mm-menu.mm-theme-black .mm-search input {
	background: hsla(0, 0%, 100%, .3);
	color: hsla(0, 0%, 100%, .6)
}

.mm-menu.mm-theme-black .mm-indexer a,
.mm-menu.mm-theme-black .mm-noresultsmsg {
	color: hsla(0, 0%, 100%, .4)
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
	background: hsla(0, 0%, 100%, .3)
}

.mm-menu.mm-theme-black label.mm-toggle {
	background: hsla(0, 0%, 100%, .2)
}

.mm-menu.mm-theme-black label.mm-toggle:before {
	background: #000
}

.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle {
	background: #4bd963
}

.mm-menu .mm-tileview.mm-listview:after,
.mm-menu.mm-tileview .mm-listview:after {
	content: "";
	display: block;
	clear: both
}

.mm-menu .mm-tileview.mm-listview>li>.mm-next:after,
.mm-menu.mm-tileview .mm-listview>li>.mm-next:after,
.mm-menu .mm-tileview.mm-listview>li>.mm-next:before,
.mm-menu.mm-tileview .mm-listview>li>.mm-next:before,
.mm-menu.mm-tileview .mm-panel:after {
	content: none;
	display: none
}

.mm-menu .mm-tileview.mm-listview>li,
.mm-menu.mm-tileview .mm-listview>li {
	width: 50%;
	height: 0;
	padding: 50% 0 0;
	float: left;
	position: relative
}

.mm-menu .mm-tileview.mm-listview>li:after,
.mm-menu.mm-tileview .mm-listview>li:after {
	left: 0;
	top: 0;
	border-right-width: 1px;
	border-right-style: solid;
	z-index: -1
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-xs {
	width: 12.5%;
	padding-top: 12.5%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-s,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-s {
	width: 25%;
	padding-top: 25%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-l,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-l {
	width: 75%;
	padding-top: 75%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-xl {
	width: 100%;
	padding-top: 100%
}

.mm-menu .mm-tileview.mm-listview>li>a,
.mm-menu.mm-tileview .mm-listview>li>a,
.mm-menu .mm-tileview.mm-listview>li>span,
.mm-menu.mm-tileview .mm-listview>li>span {
	line-height: 1px;
	text-align: center;
	padding: 50% 10px 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 1px;
	bottom: 1px;
	left: 0
}

.mm-menu .mm-tileview.mm-listview>li>.mm-next,
.mm-menu.mm-tileview .mm-listview>li>.mm-next {
	width: auto
}

.mm-menu.mm-tileview .mm-panel {
	padding-left: 0;
	padding-right: 0
}

.mm-menu.mm-tileview .mm-listview {
	margin: 0
}

body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-iframe,
.fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: none
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right)
}

.fancybox-caption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}

@supports (padding:max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
	}
}

.fancybox-caption--separate {
	margin-top: -50px
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid;
	border-color: #888 #888 #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
	to {
		transform: rotate(1turn)
	}
}

@keyframes fancybox-rotate {
	to {
		transform: rotate(1turn)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}

	.fancybox-slide--image {
		padding: 6px 0
	}

	.fancybox-close-small {
		right: -6px
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}

	@supports (padding:max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right))
		}
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}

.shariff:after,
.shariff:before {
	content: " ";
	display: table
}

.shariff:after {
	clear: both
}

.shariff ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.shariff li {
	overflow: hidden
}

.shariff li,
.shariff li a {
	height: 35px;
	box-sizing: border-box
}

.shariff li a {
	color: #fff;
	position: relative;
	display: block;
	text-decoration: none
}

.shariff li .share_count,
.shariff li .share_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	line-height: 35px
}

.shariff li .fa {
	width: 35px;
	line-height: 35px;
	text-align: center;
	vertical-align: middle
}

.shariff li .share_count {
	padding: 0 8px;
	height: 33px;
	position: absolute;
	top: 1px;
	right: 1px
}

.shariff .orientation-horizontal li {
	-webkit-box-flex: 1
}

.shariff .orientation-horizontal .info {
	-webkit-box-flex: 0
}

.shariff .orientation-horizontal {
	display: flex;
	flex-wrap: wrap
}

.shariff .orientation-horizontal li {
	float: left;
	flex: none;
	width: 35px;
	margin-right: 3%;
	margin-bottom: 10px
}

.shariff .orientation-horizontal li:last-child {
	margin-right: 0
}

.shariff .orientation-horizontal li .share_text {
	display: block;
	text-indent: -9999px;
	padding-left: 3px
}

.shariff .orientation-horizontal li .share_count {
	display: none
}

.shariff .theme-grey .shariff-button a {
	background-color: #b0b0b0
}

.shariff .theme-grey .shariff-button .share_count {
	background-color: #ccc;
	color: #333
}

.shariff .theme-white .shariff-button {
	border: 1px solid #ddd
}

.shariff .theme-white .shariff-button a {
	background-color: #fff
}

.shariff .theme-white .shariff-button a:hover {
	background-color: #eee
}

.shariff .theme-white .shariff-button .share_count {
	background-color: #fff;
	color: #999
}

.shariff .orientation-vertical {
	min-width: 110px
}

.shariff .orientation-vertical li {
	display: block;
	width: 100%;
	margin: 5px 0
}

.shariff .orientation-vertical li .share_count {
	width: 24px;
	text-align: right
}

@media only screen and (min-width:360px) {
	.shariff .orientation-horizontal li {
		margin-right: 1.8%;
		min-width: 80px;
		width: auto;
		flex: 1 0 auto
	}

	.shariff .orientation-horizontal li .share_count {
		display: block
	}

	.shariff .orientation-horizontal.col-1 li,
	.shariff .orientation-horizontal.col-2 li {
		min-width: 110px;
		max-width: 160px
	}

	.shariff .orientation-horizontal.col-1 li .share_text,
	.shariff .orientation-horizontal.col-2 li .share_text {
		text-indent: 0;
		display: inline
	}

	.shariff .orientation-horizontal.col-5 li,
	.shariff .orientation-horizontal.col-6 li {
		flex: none
	}
}

@media only screen and (min-width:640px) {
	.shariff .orientation-horizontal.col-3 li {
		min-width: 110px;
		max-width: 160px
	}

	.shariff .orientation-horizontal.col-3 li .share_text {
		text-indent: 0;
		display: inline
	}
}

@media only screen and (min-width:768px) {
	.shariff .orientation-horizontal li {
		min-width: 110px;
		max-width: 160px
	}

	.shariff .orientation-horizontal li .share_text {
		text-indent: 0;
		display: inline
	}

	.shariff .orientation-horizontal.col-5 li,
	.shariff .orientation-horizontal.col-6 li {
		flex: 1 0 auto
	}
}

@media only screen and (min-width:1024px) {

	.shariff li,
	.shariff li a {
		height: 30px
	}

	.shariff li .fa {
		width: 30px
	}

	.shariff li .fa,
	.shariff li .share_count,
	.shariff li .share_text {
		line-height: 30px
	}

	.shariff li .share_count {
		height: 28px
	}
}

.shariff .addthis a {
	background-color: #f8694d
}

.shariff .addthis a:hover {
	background-color: #f75b44
}

.shariff .addthis .fa-plus {
	font-size: 14px
}

.shariff .addthis .share_count {
	color: #f8694d;
	background-color: #f1b8b0
}

.shariff .theme-white .addthis a {
	color: #f8694d
}

@media only screen and (min-width:600px) {
	.shariff .addthis .fa-plus {
		font-size: 14px;
		position: relative;
		top: 1px
	}
}

.shariff .diaspora a {
	background-color: #999
}

.shariff .diaspora a:hover {
	background-color: #b3b3b3
}

.shariff .diaspora .fa-times-circle {
	font-size: 17px
}

.shariff .theme-white .diaspora a {
	color: #999
}

@media only screen and (min-width:600px) {
	.shariff .diaspora .fa-times-circle {
		font-size: 16px
	}
}

.shariff .facebook a {
	background-color: #3b5998
}

.shariff .facebook a:hover {
	background-color: #4273c8
}

.shariff .facebook .fa-facebook {
	font-size: 22px
}

.shariff .facebook .share_count {
	color: #183a75;
	background-color: #99adcf
}

.shariff .theme-white .facebook a {
	color: #3b5998
}

@media only screen and (min-width:600px) {
	.shariff .facebook .fa-facebook {
		font-size: 19px
	}
}

.shariff .flattr a {
	background-color: #7ea352
}

.shariff .flattr a:hover {
	background-color: #f67c1a
}

.shariff .flattr a:hover .share_count {
	color: #d56308;
	background-color: #fab47c
}

.shariff .flattr .fa-money {
	font-size: 22px
}

.shariff .flattr .share_count {
	color: #648141;
	background-color: #b0c893
}

.shariff .theme-white .flattr a {
	color: #f67c1a
}

@media only screen and (min-width:600px) {
	.shariff .flattr .fa-money {
		font-size: 19px
	}
}

.shariff .googleplus a {
	background-color: #d34836
}

.shariff .googleplus a:hover {
	background-color: #f75b44
}

.shariff .googleplus .fa-google-plus {
	font-size: 22px
}

.shariff .googleplus .share_count {
	color: #a31601;
	background-color: #eda79d
}

.shariff .theme-white .googleplus a {
	color: #d34836
}

@media only screen and (min-width:600px) {
	.shariff .googleplus .fa-google-plus {
		font-size: 19px
	}
}

.shariff .info {
	border: 1px solid #ccc
}

.shariff .info a {
	color: #666;
	background-color: #fff
}

.shariff .info a:hover {
	background-color: #efefef
}

.shariff .info .fa-info {
	font-size: 20px;
	width: 33px
}

.shariff .info .share_text {
	display: block !important;
	text-indent: -9999px !important
}

.shariff .theme-grey .info a {
	background-color: #fff
}

.shariff .theme-grey .info a:hover {
	background-color: #efefef
}

.shariff .orientation-vertical .info {
	width: 35px;
	float: right
}

@media only screen and (min-width:360px) {
	.shariff .orientation-horizontal .info {
		flex: none !important;
		width: 35px;
		min-width: 35px !important
	}
}

@media only screen and (min-width:1024px) {
	.shariff .info .fa-info {
		font-size: 16px;
		width: 23px
	}

	.shariff .orientation-horizontal .info {
		width: 25px;
		min-width: 25px !important
	}

	.shariff .orientation-vertical .info {
		width: 25px
	}
}

.shariff .linkedin a {
	background-color: #0077b5
}

.shariff .linkedin a:hover {
	background-color: #0369a0
}

.shariff .linkedin .fa-linkedin {
	font-size: 22px
}

.shariff .linkedin .share_count {
	color: #004785;
	background-color: #33aae8
}

.shariff .theme-white .linkedin a {
	color: #0077b5
}

@media only screen and (min-width:600px) {
	.shariff .linkedin .fa-linkedin {
		font-size: 19px
	}
}

.shariff .mail a {
	background-color: #999
}

.shariff .mail a:hover {
	background-color: #a8a8a8
}

.shariff .mail .fa-envelope {
	font-size: 21px
}

.shariff .theme-white .mail a {
	color: #999
}

@media only screen and (min-width:600px) {
	.shariff .mail .fa-envelope {
		font-size: 18px
	}
}

.shariff .print a {
	background-color: #999
}

.shariff .print a:hover {
	background-color: #a8a8a8
}

.shariff .print .fa-print {
	font-size: 21px
}

.shariff .theme-white .print a {
	color: #999
}

@media only screen and (min-width:600px) {
	.shariff .print .fa-print {
		font-size: 18px
	}
}

.shariff .pinterest a {
	background-color: #bd081c
}

.shariff .pinterest a:hover {
	background-color: #d50920
}

.shariff .pinterest .fa-pinterest-p {
	font-size: 22px
}

.shariff .pinterest .share_count {
	color: #a31601;
	background-color: #eda79d
}

.shariff .theme-white .pinterest a {
	color: #bd081c
}

@media only screen and (min-width:600px) {
	.shariff .pinterest .fa-pinterest-p {
		font-size: 19px;
		position: relative;
		top: 1px
	}
}

.shariff .reddit a {
	background-color: #ff4500
}

.shariff .reddit a:hover {
	background-color: #ff6a33
}

.shariff .reddit .fa-reddit {
	font-size: 17px
}

.shariff .theme-white .reddit a {
	color: #ff4500
}

@media only screen and (min-width:600px) {
	.shariff .reddit .fa-reddit {
		font-size: 16px
	}
}

.shariff .stumbleupon a {
	background-color: #eb4924
}

.shariff .stumbleupon a:hover {
	background-color: #ef7053
}

.shariff .stumbleupon .fa-stumbleupon {
	font-size: 17px
}

.shariff .theme-white .stumbleupon a {
	color: #eb4924
}

@media only screen and (min-width:600px) {
	.shariff .stumbleupon .fa-stumbleupon {
		font-size: 16px
	}
}

.shariff .twitter a {
	background-color: #55acee
}

.shariff .twitter a:hover {
	background-color: #32bbf5
}

.shariff .twitter .fa-twitter {
	font-size: 28px
}

.shariff .twitter .share_count {
	color: #0174a4;
	background-color: #96d4ee
}

.shariff .theme-white .twitter a {
	color: #55acee
}

@media only screen and (min-width:600px) {
	.shariff .twitter .fa-twitter {
		font-size: 24px
	}
}

.shariff .whatsapp a {
	background-color: #5cbe4a
}

.shariff .whatsapp a:hover {
	background-color: #34af23
}

.shariff .whatsapp .fa-whatsapp {
	font-size: 28px
}

.shariff .theme-white .whatsapp a {
	color: #5cbe4a
}

@media only screen and (min-width:600px) {
	.shariff .whatsapp .fa-whatsapp {
		font-size: 22px
	}
}

.shariff .xing a {
	background-color: #126567
}

.shariff .xing a:hover {
	background-color: #29888a
}

.shariff .xing .fa-xing {
	font-size: 22px
}

.shariff .xing .share_count {
	color: #15686a;
	background-color: #4fa5a7
}

.shariff .theme-white .xing a {
	color: #126567
}

@media only screen and (min-width:600px) {
	.shariff .xing .fa-xing {
		font-size: 19px
	}
}

.shariff .tumblr a {
	background-color: #36465d
}

.shariff .tumblr a:hover {
	background-color: #44546b
}

.shariff .tumblr .fa-tumblr {
	font-size: 28px
}

.shariff .theme-white .tumblr a {
	color: #5cbe4a
}

@media only screen and (min-width:600px) {
	.shariff .tumblr .fa-tumblr {
		font-size: 22px
	}
}

.shariff .threema a {
	background-color: #333
}

.shariff .threema a:hover {
	background-color: #1f1f1f
}

.shariff .threema .fa-lock {
	font-size: 28px
}

.shariff .theme-white .threema a {
	color: #333
}

@media only screen and (min-width:600px) {
	.shariff .threema .fa-lock {
		font-size: 22px
	}
}

.shariff .weibo a {
	background-color: #f56770
}

.shariff .weibo a:hover {
	background-color: #fa7f8a
}

.shariff .weibo .fa-weibo {
	font-size: 28px
}

.shariff .weibo .share_count {
	color: #0174a4;
	background-color: #f56770
}

.shariff .theme-white .weibo a {
	color: #f56770
}

@media only screen and (min-width:600px) {
	.shariff .weibo .fa-weibo {
		font-size: 24px
	}
}

.shariff .tencent-weibo a {
	background-color: #26ace0
}

.shariff .tencent-weibo a:hover {
	background-color: #38bbeb
}

.shariff .tencent-weibo .fa-tencent-weibo {
	font-size: 28px
}

.shariff .tencent-weibo .share_count {
	color: #0174a4;
	background-color: #26ace0
}

.shariff .theme-white .tencent-weibo a {
	color: #26ace0
}

@media only screen and (min-width:600px) {
	.shariff .tencent-weibo .fa-tencent-weibo {
		font-size: 24px
	}
}

.shariff .telegram a {
	background-color: #08c
}

.shariff .telegram a:hover {
	background-color: #007dbb
}

.shariff .telegram .fa-telegram {
	font-size: 28px
}

.shariff .theme-white .telegram a {
	color: #08c
}

@media only screen and (min-width:600px) {
	.shariff .telegram .fa-telegram {
		font-size: 22px
	}
}

.shariff .qzone a {
	background-color: #2b82d9
}

.shariff .qzone a:hover {
	background-color: #398fe6
}

.shariff .qzone .fa-qq {
	font-size: 28px
}

.shariff .qzone .share_count {
	color: #0174a4;
	background-color: #2b82d9
}

.shariff .theme-white .qzone a {
	color: #2b82d9
}

@media only screen and (min-width:600px) {
	.shariff .qzone .fa-qq {
		font-size: 24px
	}
}

.shariff .vk a {
	background-color: #5d7fa4
}

.shariff .vk a:hover {
	background-color: #678eb4
}

.shariff .vk .fa-vk {
	font-size: 22px
}

.shariff .vk .share_count {
	color: #55677d;
	background-color: #fff
}

.shariff .theme-white .vk a {
	color: #3b5998
}

@media only screen and (min-width:600px) {
	.shariff .vk .fa-vk {
		font-size: 19px
	}
}

.datepicker {
	border-radius: 4px;
	direction: ltr
}

.datepicker-inline {
	width: 220px
}

.datepicker.datepicker-rtl {
	direction: rtl
}

.datepicker.datepicker-rtl table tr td span {
	float: right
}

.datepicker-dropdown {
	top: 0;
	left: 0;
	padding: 4px
}

.datepicker-dropdown:before {
	content: "";
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 0;
	border-bottom: 7px solid rgba(0, 0, 0, .2);
	position: absolute
}

.datepicker-dropdown:after {
	content: "";
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-top: 0;
	position: absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
	left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
	left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
	right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
	right: 7px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
	top: -7px
}

.datepicker-dropdown.datepicker-orient-bottom:after {
	top: -6px
}

.datepicker-dropdown.datepicker-orient-top:before {
	bottom: -7px;
	border-bottom: 0;
	border-top: 7px solid rgba(0, 0, 0, .15)
}

.datepicker-dropdown.datepicker-orient-top:after {
	bottom: -6px;
	border-bottom: 0;
	border-top: 6px solid #fff
}

.datepicker table {
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.datepicker table tr td,
.datepicker table tr th {
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	border: none
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
	background-color: transparent
}

.datepicker table tr td.new,
.datepicker table tr td.old {
	color: #777
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
	background: #eee;
	cursor: pointer
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
	background: 0 0;
	color: #777;
	cursor: default
}

.datepicker table tr td.highlighted {
	color: #000;
	background-color: #d9edf7;
	border-color: #85c5e5;
	border-radius: 0
}

.datepicker table tr td.highlighted.focus,
.datepicker table tr td.highlighted:focus {
	color: #000;
	background-color: #afd9ee;
	border-color: #298fc2
}

.datepicker table tr td.highlighted:hover {
	color: #000;
	background-color: #afd9ee;
	border-color: #52addb
}

.datepicker table tr td.highlighted.active,
.datepicker table tr td.highlighted:active {
	color: #000;
	background-color: #afd9ee;
	border-color: #52addb
}

.datepicker table tr td.highlighted.active.focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted:active:hover {
	color: #000;
	background-color: #91cbe8;
	border-color: #298fc2
}

.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled].focus,
.datepicker table tr td.highlighted[disabled]:focus,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted.focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
fieldset[disabled] .datepicker table tr td.highlighted:hover {
	background-color: #d9edf7;
	border-color: #85c5e5
}

.datepicker table tr td.highlighted.focused {
	background: #afd9ee
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
	background: #d9edf7;
	color: #777
}

.datepicker table tr td.today {
	color: #000;
	background-color: #ffdb99;
	border-color: #ffb733
}

.datepicker table tr td.today.focus,
.datepicker table tr td.today:focus {
	color: #000;
	background-color: #ffc966;
	border-color: #b37400
}

.datepicker table tr td.today:hover {
	color: #000;
	background-color: #ffc966;
	border-color: #f59e00
}

.datepicker table tr td.today.active,
.datepicker table tr td.today:active {
	color: #000;
	background-color: #ffc966;
	border-color: #f59e00
}

.datepicker table tr td.today.active.focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today:active:hover {
	color: #000;
	background-color: #ffbc42;
	border-color: #b37400
}

.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled].focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today.focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover {
	background-color: #ffdb99;
	border-color: #ffb733
}

.datepicker table tr td.today.focused {
	background: #ffc966
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
	background: #ffdb99;
	color: #777
}

.datepicker table tr td.range {
	color: #000;
	background-color: #eee;
	border-color: #bbb;
	border-radius: 0
}

.datepicker table tr td.range.focus,
.datepicker table tr td.range:focus {
	color: #000;
	background-color: #d5d5d5;
	border-color: #7c7c7c
}

.datepicker table tr td.range:hover {
	color: #000;
	background-color: #d5d5d5;
	border-color: #9d9d9d
}

.datepicker table tr td.range.active,
.datepicker table tr td.range:active {
	color: #000;
	background-color: #d5d5d5;
	border-color: #9d9d9d
}

.datepicker table tr td.range.active.focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range:active:hover {
	color: #000;
	background-color: #c3c3c3;
	border-color: #7c7c7c
}

.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled].focus,
.datepicker table tr td.range[disabled]:focus,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.focus,
fieldset[disabled] .datepicker table tr td.range:focus,
fieldset[disabled] .datepicker table tr td.range:hover {
	background-color: #eee;
	border-color: #bbb
}

.datepicker table tr td.range.focused {
	background: #d5d5d5
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
	background: #eee;
	color: #777
}

.datepicker table tr td.range.highlighted {
	color: #000;
	background-color: #e4eef3;
	border-color: #9dc1d3
}

.datepicker table tr td.range.highlighted.focus,
.datepicker table tr td.range.highlighted:focus {
	color: #000;
	background-color: #c1d7e3;
	border-color: #4b88a6
}

.datepicker table tr td.range.highlighted:hover {
	color: #000;
	background-color: #c1d7e3;
	border-color: #73a6c0
}

.datepicker table tr td.range.highlighted.active,
.datepicker table tr td.range.highlighted:active {
	color: #000;
	background-color: #c1d7e3;
	border-color: #73a6c0
}

.datepicker table tr td.range.highlighted.active.focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted:active:hover {
	color: #000;
	background-color: #a8c8d8;
	border-color: #4b88a6
}

.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled].focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
	background-color: #e4eef3;
	border-color: #9dc1d3
}

.datepicker table tr td.range.highlighted.focused {
	background: #c1d7e3
}

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
	background: #e4eef3;
	color: #777
}

.datepicker table tr td.range.today {
	color: #000;
	background-color: #f7ca77;
	border-color: #f1a417
}

.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:focus {
	color: #000;
	background-color: #f4b747;
	border-color: #815608
}

.datepicker table tr td.range.today:hover {
	color: #000;
	background-color: #f4b747;
	border-color: #bf800c
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:active {
	color: #000;
	background-color: #f4b747;
	border-color: #bf800c
}

.datepicker table tr td.range.today.active.focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today:active:hover {
	color: #000;
	background-color: #f2aa25;
	border-color: #815608
}

.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled].focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today.focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover {
	background-color: #f7ca77;
	border-color: #f1a417
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
	background: #f7ca77;
	color: #777
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
	color: #fff;
	background-color: #777;
	border-color: #555;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:focus {
	color: #fff;
	background-color: #5e5e5e;
	border-color: #161616
}

.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:hover {
	color: #fff;
	background-color: #5e5e5e;
	border-color: #373737
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected:active {
	color: #fff;
	background-color: #5e5e5e;
	border-color: #373737
}

.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active.focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected:active:hover {
	color: #fff;
	background-color: #4c4c4c;
	border-color: #161616
}

.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected.highlighted[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:hover,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover {
	background-color: #777;
	border-color: #555
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active.highlighted[disabled].focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:hover,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}

.datepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	border-radius: 4px
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
	background: #eee
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
	background: 0 0;
	color: #777;
	cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active:hover:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover.active.focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active:hover:active:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}

.datepicker table tr td span.new,
.datepicker table tr td span.old {
	color: #777
}

.datepicker .datepicker-switch {
	width: 145px
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
	cursor: pointer
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
	background: #eee
}

.datepicker .cw {
	font-size: 10px;
	width: 12px;
	padding: 0 2px 0 5px;
	vertical-align: middle
}

.input-group.date .input-group-addon {
	cursor: pointer
}

.input-daterange {
	width: 100%
}

.input-daterange input {
	text-align: center
}

.input-daterange input:first-child {
	border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
	border-radius: 0 3px 3px 0
}

.input-daterange .input-group-addon {
	width: auto;
	min-width: 16px;
	padding: 4px 5px;
	line-height: 1.42857143;
	text-shadow: 0 1px 0 #fff;
	border-width: 1px 0;
	margin-left: -5px;
	margin-right: -5px
}

.datepicker.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	color: #333;
	font-size: 13px;
	line-height: 1.42857143
}

.datepicker.datepicker-inline td,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
	padding: 0 5px
}

.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-base {
	display: flex;
	pointer-events: none;
	position: absolute
}

.tooltipster-box {
	flex: 1 1 auto
}

.tooltipster-content {
	box-sizing: border-box;
	max-height: 100%;
	max-width: 100%;
	overflow: auto
}

.tooltipster-ruler {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden
}

.tooltipster-fade {
	opacity: 0;
	transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
	opacity: 1
}

.tooltipster-grow {
	transform: scale(0);
	transition-property: transform;
	-webkit-backface-visibility: hidden
}

.tooltipster-grow.tooltipster-show {
	transform: scale(1);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
	opacity: 0;
	transform: rotate(4deg);
	transition-property: transform
}

.tooltipster-swing.tooltipster-show {
	opacity: 1;
	transform: rotate(0);
	transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall {
	transition-property: top;
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall.tooltipster-initial {
	top: 0 !important
}

.tooltipster-fall.tooltipster-dying {
	transition-property: all;
	top: 0 !important;
	opacity: 0
}

.tooltipster-slide {
	transition-property: left;
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-slide.tooltipster-initial {
	left: -40px !important
}

.tooltipster-slide.tooltipster-dying {
	transition-property: all;
	left: 0 !important;
	opacity: 0
}

@-webkit-keyframes tooltipster-fading {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes tooltipster-fading {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.tooltipster-update-fade {
	-webkit-animation: tooltipster-fading .4s;
	animation: tooltipster-fading .4s
}

@-webkit-keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg)
	}

	75% {
		transform: rotate(2deg)
	}

	to {
		transform: rotate(0)
	}
}

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg)
	}

	75% {
		transform: rotate(2deg)
	}

	to {
		transform: rotate(0)
	}
}

.tooltipster-update-rotate {
	-webkit-animation: tooltipster-rotating .6s;
	animation: tooltipster-rotating .6s
}

@-webkit-keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1)
	}

	to {
		transform: scale(1)
	}
}

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1)
	}

	to {
		transform: scale(1)
	}
}

.tooltipster-update-scale {
	-webkit-animation: tooltipster-scaling .6s;
	animation: tooltipster-scaling .6s
}

.tooltipster-sidetip .tooltipster-box {
	background: #565656;
	border: 2px solid #000;
	border-radius: 4px
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px
}

.tooltipster-sidetip .tooltipster-content {
	color: #fff;
	line-height: 18px;
	padding: 6px 14px
}

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	margin-left: -10px;
	top: 0;
	width: 20px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	top: 0;
	width: 10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	top: 0;
	width: 10px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0
}

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #565656;
	left: 0;
	top: 3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #565656;
	left: -3px;
	top: 0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #565656;
	left: 3px;
	top: 0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0;
	top: -3px
}

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: #000
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: #000
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: #000
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #000
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px
}

.text-xs-left {
	text-align: left
}

.text-xs-right {
	text-align: right
}

.text-xs-center {
	text-align: center
}

.text-xs-justify {
	text-align: justify
}

@media (min-width:768px) {
	.text-sm-left {
		text-align: left
	}

	.text-sm-right {
		text-align: right
	}

	.text-sm-center {
		text-align: center
	}

	.text-sm-justify {
		text-align: justify
	}
}

@media (min-width:992px) {
	.text-md-left {
		text-align: left
	}

	.text-md-right {
		text-align: right
	}

	.text-md-center {
		text-align: center
	}

	.text-md-justify {
		text-align: justify
	}
}

@media (min-width:1200px) {
	.text-lg-left {
		text-align: left
	}

	.text-lg-right {
		text-align: right
	}

	.text-lg-center {
		text-align: center
	}

	.text-lg-justify {
		text-align: justify
	}
}

@font-face {
	font-family: Glyphicons Halflings;
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot') format("embedded-opentype"), url('../fonts/glyphicons-halflings-regular.woff2') format("woff2"), url('../fonts/glyphicons-halflings-regular.woff') format("woff"), url('../fonts/glyphicons-halflings-regular.ttf') format("truetype"), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format("svg")
}

@font-face {
	font-family: slick;
	src: url('../fonts/slick.eot');
	src: url('../fonts/slick.eot') format("embedded-opentype"), url('../fonts/slick.woff') format("woff"), url('../fonts/slick.ttf') format("truetype"), url('../fonts/slick.svg#slick') format("svg")
}

@font-face {
	font-family: FontAwesome;
	src: url('../fonts/fontawesome-webfont.eot');
	src: url('../fonts/fontawesome-webfont.eot') format("embedded-opentype"), url('../fonts/fontawesome-webfont.woff2') format("woff2"), url('../fonts/fontawesome-webfont.woff') format("woff"), url('../fonts/fontawesome-webfont.ttf') format("truetype"), url('../fonts/fontawesome-webfont.svg') format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/open-sans-v17-latin-300.eot');
	src: local("Open Sans Light"), local("OpenSans-Light"), url('../fonts/open-sans-v17-latin-300.eot') format("embedded-opentype"), url('../fonts/open-sans-v17-latin-300.woff2') format("woff2"), url('../fonts/open-sans-v17-latin-300.woff') format("woff"), url('../fonts/open-sans-v17-latin-300.ttf') format("truetype"), url('../fonts/open-sans-v17-latin-300.svg#opensans') format("svg")
}

@font-face {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v17-latin-regular.eot');
	src: local("Open Sans Regular"), local("OpenSans-Regular"), url('../fonts/open-sans-v17-latin-regular.eot') format("embedded-opentype"), url('../fonts/open-sans-v17-latin-regular.woff2') format("woff2"), url('../fonts/open-sans-v17-latin-regular.woff') format("woff"), url('../fonts/open-sans-v17-latin-regular.ttf') format("truetype"), url('../fonts/open-sans-v17-latin-regular.svg#opensans') format("svg")
}

@font-face {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/open-sans-v17-latin-600.eot');
	src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url('../fonts/open-sans-v17-latin-600.eot') format("embedded-opentype"), url('../fonts/open-sans-v17-latin-600.woff2') format("woff2"), url('../fonts/open-sans-v17-latin-600.woff') format("woff"), url('../fonts/open-sans-v17-latin-600.ttf') format("truetype"), url('../fonts/open-sans-v17-latin-600.svg#opensans') format("svg")
}

@font-face {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/open-sans-v17-latin-700.eot');
	src: local("Open Sans Bold"), local("OpenSans-Bold"), url('../fonts/open-sans-v17-latin-700.eot') format("embedded-opentype"), url('../fonts/open-sans-v17-latin-700.woff2') format("woff2"), url('../fonts/open-sans-v17-latin-700.woff') format("woff"), url('../fonts/open-sans-v17-latin-700.ttf') format("truetype"), url('../fonts/open-sans-v17-latin-700.svg#opensans') format("svg")
}

body {
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	position: relative
}

::selection {
	background: #0000ff;
	color: #fff
}

::-moz-selection {
	background: #0000ff;
	color: #fff
}

.h2,
h1,
h2 {
	color: #ad2943;
	line-height: 1.3
}

.h1,
h1 {
	font-size: 3.25em;
	margin-bottom: 50px
}

@media screen and (max-width:991px) {

	.h1,
	h1 {
		margin-bottom: 25px;
		font-size: 1.8em
	}
}

p.h1 {
	font-size: 2.25em;
	color: #006eb7;
	margin-bottom: 35px !important
}

@media screen and (max-width:991px) {
	p.h1 {
		margin-bottom: 25px !important;
		font-size: 1.6em
	}
}

.h2,
h2 {
	font-size: 1.5em;
	margin-top: 0
}

.h2,
.h3,
h2,
h3 {
	margin-bottom: 20px;
	position: relative
}

.h3,
h3 {
	font-size: 1.4em;
	color: #0d1147;
	font-weight: 400
}

.h2,
.h3,
.subpage .h2,
.subpage .h3,
.subpage h2,
.subpage h3 {
	padding-bottom: 15px
}

.subpage .h2:after,
.subpage .h3:after,
.subpage h2:after,
.subpage h3:after {
	content: "";
	display: block;
	position: absolute;
	background: #ad2943;
	width: 100px;
	height: 2px;
	left: 0;
	bottom: 0;
	z-index: 1
}

.subpage .subpage-slideshow .h2,
.subpage .subpage-slideshow .h3,
.subpage .subpage-slideshow h2,
.subpage .subpage-slideshow h3 {
	padding-bottom: 5px
}

.subpage .subpage-slideshow .header-video {
	opacity: 1
}

@media (max-width:991px) {
	.subpage .subpage-slideshow .header-video {
		padding: 0 !important
	}
}

.subpage .subpage-slideshow .header-video .vimeo-header {
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

.subpage .subpage-slideshow.disableVideo .header-video {
	overflow: visible !important
}

.subpage .subpage-slideshow.disableVideo .header-video video {
	opacity: 0 !important;
	display: none !important;
	transition: all .25s
}

.subpage-header-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1
}

.content-area>div:first-child h3:first-child {
	margin-top: 0
}

p,
ul li {
	font-size: 1em;
	font-weight: 400;
	line-height: 1.6em;
	color: #0d1147
}

p {
	margin-bottom: 25px
}

p+p:last-child,
p:last-child {
	margin-bottom: 50px
}

@media screen and (max-width:767px) {

	p+p:last-child,
	p:last-child {
		margin-bottom: 25px
	}
}

a:hover {
	color: inherit
}

img {
	max-width: 100%;
	height: auto
}

.table-responsive {
	width: 100%
}

.pagination li:before {
	display: none !important
}

.fancybox-placeholder {
	background: #fff !important
}

.btn {
	border-radius: 0
}

.ll-button,
input[type=submit] {
	border: 1px solid #4471b5;
	color: #0d1147;
	font-size: 1em;
	font-weight: 400;
	text-align: center;
	min-width: 175px;
	transition: all .2s;
	display: inline-block;
	background: #0000ff;
	color: #fff;
	min-width: 200px;
	padding: 11px 20px;
	white-space: nowrap;
	margin-bottom: 15px
}

@media screen and (max-width:991px) {

	.ll-button,
	input[type=submit] {
		white-space: normal;
		min-width: 175px;
		padding: 9px 20px
	}
}

.ll-button:hover,
input[type=submit]:hover {
	background: #005993;
	color: #fff;
	text-decoration: none;
	transition: all .2s
}

.ll-button.-full,
input[type=submit].-full {
	display: block
}

.ll-button.-invert,
input[type=submit].-invert {
	color: #fff;
	border: 1px solid #0000ff;
	text-transform: none;
	background: #0000ff;
	transition: all .2s
}

.ll-button.-invert:hover,
input[type=submit].-invert:hover {
	color: #0000ff;
	border: 1px solid #0000ff;
	background: #fff;
	transition: all .2s
}

.ll-button:disabled,
input[type=submit]:disabled {
	border-color: grey;
	color: grey
}

.ll-button:disabled:hover,
input[type=submit]:disabled:hover {
	background-color: grey;
	color: #fff
}

.btn-back {
	color: #fff;
	font-size: .875em;
	border: 1px solid #fff;
	padding: 5px 25px;
	position: absolute;
	background: #0000ff;
	right: 15px;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	transition: all .2s
}

.btn-back:hover {
	text-decoration: none;
	color: #0000ff;
	background: #fff;
	border: 1px solid #fff;
	transition: all .2s
}

.nopadding {
	padding: 0 !important
}
.nopadding img{
    display: block;
    margin: 0 auto;
    width: 180px;
}
a:focus {
	outline: none;
	text-decoration: none
}

.nopadding-left {
	padding-left: 0 !important
}

.nopadding-right {
	padding-right: 0 !important
}

.-invert .fa,
.-invert blockquote footer,
.-invert blockquote p,
.-invert h1,
.-invert h2,
.-invert h3,
.-invert h4,
.-invert h5,
.-invert h6,
.-invert li,
.-invert p {
	color: #fff
}

.row-center {
	display: flex;
	flex-direction: row
}

.col-center {
	display: flex;
	flex-direction: column;
	justify-content: center
}

.ce-gallery {
	margin-bottom: 25px !important
}

.ce-gallery figure {
	display: block !important
}

.ce-center .ce-gallery {
	text-align: center
}
.ce-center .ce-gallery img{
    /*width: 100%;*/
}
.ce-intext.ce-left .ce-gallery {
	margin-right: 25px
}

.ce-intext.ce-left h2,
.ce-intext.ce-left h3 {
	display: inline-block
}

.ce-column,
.ce-gallery,
.ce-inner,
.ce-outer {
	max-width: 100%
}

figcaption {
	display: block !important
}

@media screen and (max-width:767px) {

	.col-center,
	.row-center {
		display: block
	}
}

table.table {
	width: 99%
}

table .thead th {
	background: #0000ff;
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	border-right: 1px solid #fff
}

table .thead th:last-child {
	border: 0
}

table td,
table th {
	border-top: 1px solid #fff;
	padding: 10px 15px
}

table.table>tbody>tr:nth-of-type(odd),
table th[scope=row] {
	background-color: #f5f5f5
}

table.table>tbody>tr:nth-of-type(2n) {
	background-color: #fff
}

table th[scope=row] {
	font-size: 1em;
	font-weight: 400;
	color: #676767;
	background: #e8e8e8;
	border-right: 1px solid #fff;
	width: 400px
}

table td {
	font-size: .875em;
	color: #252420;
	border-right: 1px solid #fff
}

.frontpage h2 {
	color: #ad2943;
	font-size: 2.375em;
	margin-top: 0
}

.frontpage h2,
.frontpage h3 {
	font-weight: 400
}

.subpage .h1,
.subpage h1 {
	margin-top: 0
}

.subpage .h3,
.subpage h3 {
	margin-bottom: 25px;
	margin-top: 0
}

.subpage ul {
	padding: 0;
	list-style-type: none;
	margin-bottom: 25px
}

.subpage ul li {
	padding-left: 10px;
	position: relative;
	margin-bottom: 10px
}

.subpage ul li:last-child {
	margin-bottom: 0
}

.subpage ul li:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 3px;
	height: 13px;
	background: #ad2943
}

.subpage ul ul {
	padding-left: 15px
}

.subpage ul ul li:before {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	top: 7px
}

.shariff {
	margin: 50px 0
}

.shariff-button {
	padding: 0 !important
}

.shariff-button:before {
	display: none !important
}

.shariff-button.mail a:hover {
	background: #000
}

.back {
	margin-top: 25px
}

.back .ll-button {
	float: right
}

.subpage-header {
	position: fixed;
	left: 0;
	width: 100%;
	background: #0000ff;
	z-index: 3;
	height: 54px;
	transition: all .2s;
	top: 97px
}

.subpage-header.is-small {
	transition: all .2s;
	top: 74px
}

@media (max-width:1330px) {
	.subpage-header.is-small-m {
		transition: all .2s;
		top: 74px
	}
}

.subpage-header .container {
	position: relative
}

.subpage-header p {
	margin: 0;
	padding: 12px 0;
	font-size: 1.375em;
	color: #fff;
	font-weight: 300
}

.subpage-header .breadcrumb {
	float: left;
	display: block;
	padding: 16px 0;
	background: none;
	border: 0;
	margin: 0;
	color: #fff;
	transition: color .2s
}

.subpage-header .breadcrumb .active,
.subpage-header .breadcrumb a {
	color: #fff;
	font-size: .875em
}

.subpage-header .breadcrumb a:hover {
	text-decoration: none;
	color: #a3c0ea;
	transition: color .2s
}

.subpage-header .breadcrumb .active {
	font-weight: 700
}

.subpage-header .produkt-navigation {
	padding: 0
}

.subpage-header .produkt-navigation p.p-wie-h4 {
	display: none;
	position: relative;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 12px 0 7px;
	cursor: pointer
}

.subpage-header .produkt-navigation p.p-wie-h4 .glyphicon {
	position: absolute;
	right: 15px;
	top: 18px
}

.subpage-header .produkt-navigation .produkt-navigation_wrapper {
	margin-top: 0
}

.subpage-header .produkt-navigation a {
	display: inline-block;
	color: #fff;
	font-size: .875em;
	padding: 17px 30px;
	background: #0000ff;
	transition: all .2s
}

.subpage-header .produkt-navigation a.--red {
	background: #ad2943
}

.subpage-header .produkt-navigation a:hover {
	background: #005993;
	text-decoration: none;
	transition: all .2s
}

.subpage-header .produkt-navigation a:focus {
	outline: none;
	background: #005993;
	text-decoration: none
}

.subpage-header .produkt-navigation li.active a {
	background: #fff;
	color: #006eb7;
	transition: all .2s
}

@media (max-width:1560px) {
	.subpage-header .container {
		width: 100%
	}
}

@media (max-width:1330px) {

	.subpage-header .breadcrumb,
	.subpage-header.no-nav {
		display: none
	}

	.subpage-header .produkt-navigation a {
		padding: 5px 20px;
		margin-right: 5px
	}
}

@media screen and (max-width:767px) {
	.subpage-header .nopadding-xs {
		padding: 0
	}

	.subpage-header .produkt-navigation {
		float: none !important;
		padding: 0
	}

	.subpage-header .produkt-navigation a {
		display: block;
		border-radius: 0;
		border-right: 0;
		border-left: 0;
		border-top: 0;
		padding: 8px 15px !important;
		margin: 0;
		text-align: center
	}

	.subpage-header .produkt-navigation a.active {
		background: #0000ff;
		font-weight: 700;
		border-right: 0;
		border-left: 0;
		border-top: 0;
		color: #fff
	}

	.subpage-header .produkt-navigation a:hover {
		border-right: 0;
		border-left: 0;
		border-top: 0;
		background: #0000ff;
		color: #fff;
		font-weight: 700
	}

	.subpage-header .produkt-navigation a:last-child {
		border-bottom: 0
	}

	.subpage-header .produkt-navigation p.p-wie-h4 {
		display: block
	}

	.subpage-header .produkt-navigation_wrapper {
		display: none
	}
}

@media (min-width:768px) {
	.container {
		width: 750px;
		max-width: 100%
	}

	.container section.container {
		width: 100%
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}

	.container section.container {
		width: 100%
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}

	.container section.container {
		width: 100%
	}
}

@media (min-width:1560px) {
	.container {
		width: 1560px
	}

	.container section.container {
		width: 100%
	}
}

.ll-button-fullwidth {
	cursor: pointer;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 10px;
	background: transparent;
	color: #676767;
	padding: 15px 95px 15px 30px;
	font-size: 1em;
	font-weight: 400;
	box-shadow: none;
	transition: box-shadow .25s ease
}

.ll-button-fullwidth:hover {
	box-shadow: 0 3px 6px rgba(37, 36, 32, .29);
	transition: box-shadow .25s ease;
	text-decoration: none
}

.ll-button-fullwidth:after {
	position: absolute;
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	top: 50%;
	right: 50px;
	border: 1px solid #676767;
	border-top: none;
	border-right: none;
	transform: rotate(-135deg) translateY(50%)
}

@media screen and (min-width:768px) {
	.ll-button-fullwidth {
		font-size: 1.5em
	}
}

.form-control {
	border-radius: 0;
	box-shadow: none
}

.form-control:focus {
	border-color: #0000ff
}

.parsley-required {
	font-size: 16px
}

.tx-powermail .powermail_fieldset .parsley-errors-list {
	margin-bottom: 0
}

.powermail_fieldwrap_anwendungsbereiche .checkbox,
.powermail_fieldwrap_produkte .checkbox {
	width: 33%;
	float: left
}

@media screen and (max-width:991px) {

	.powermail_fieldwrap_anwendungsbereiche .checkbox,
	.powermail_fieldwrap_produkte .checkbox {
		width: 50%
	}
}

@media screen and (max-width:767px) {
	.form-horizontal .checkbox {
		width: 100%;
		float: none
	}
}

.checkbox {
	padding-left: 20px
}

.checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
	padding-top: 7px
}

.checkbox label:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: #fff;
	transition: border .15s ease-in-out, color .15s ease-in-out
}

.checkbox label:after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 7px;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555
}

.checkbox input[type=checkbox] {
	opacity: 0
}

.checkbox input[type=checkbox]:focus+label:before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.checkbox input[type=checkbox]:checked+label:after {
	font-family: FontAwesome;
	content: "\f00c"
}

.checkbox input[type=checkbox]:disabled+label {
	opacity: .65
}

.checkbox input[type=checkbox]:disabled+label:before {
	background-color: #eee;
	cursor: not-allowed
}

.checkbox.checkbox-circle label:before {
	border-radius: 50%
}

.checkbox.checkbox-inline {
	margin-top: 0
}

.checkbox input[type=checkbox]:checked+label:before {
	background-color: #0000ff;
	border-color: #0000ff;
}

.checkbox input[type=checkbox]:checked+label:after {
	color: #fff
}

.form-inline .form-group {
	margin-left: 0;
	margin-right: 0
}

input.f3-form-error,
textarea.f3-form-error {
	background-color: #ff9f9f;
	border: 1px solid red
}

.backlink {
	display: block;
	background: #0000ff;
	position: absolute;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	right: 15px;
	color: #fff;
	padding: 16px 20px 16px 50px;
	transition: background .2s, color .2s
}

@media (max-width:1330px) {
	.backlink {
		transform: translateY(-1px)
	}
}

@media (max-width:767px) {
	.backlink {
		top: 50%;
		bottom: auto;
		transform: translateY(-50%)
	}
}

.backlink svg {
	fill: #fff;
	position: absolute;
	top: -4px;
	left: -2px
}

.backlink .st0 {
	fill: #fff;
	transition: fill .2s
}

.backlink:hover {
	text-decoration: none;
	color: #0000ff;
	background: #fff;
	transition: background .2s, color .2s
}

.backlink:hover .st0 {
	fill: #0000ff;
	transition: fill .2s
}

.cc-revoke {
	display: none !important
}

.container.link-color-class-red a {
	color: #ad2943 !important
}

.small-header #header-section {
	top: 0 !important;
	height: 74px
}

.small-header #header-section .nav>li>a {
	padding: 26px 15px
}

.small-header #header-section .suche .fa {
	top: 27px
}

.small-header #header-section #language_menu {
	top: 11px
}

.small-header #header-section form input {
	top: 20px !important
}

.small-header #header-section .logo {
	transform: scale(.65);
	transition: all .2s;
	top: 3px !important;
	left: -25px
}

.small-header .subpage-header {
	top: 74px
}

.small-header .header-offset {
	height: 128px
}

.header-offset {
	height: 151px
}

.header-offset.is-small {
	height: 128px
}

@media (max-width:1330px) {
	.header-offset {
		height: 128px
	}

	.small-header-m .subpage-header {
		display: none
	}

	.small-header-m .header-offset {
		height: 74px
	}

	.small-header-m #header-section {
		top: 0 !important;
		height: 74px
	}

	.small-header-m #header-section .nav>li>a {
		padding: 26px 15px
	}

	.small-header-m #header-section .suche .fa {
		top: 27px
	}

	.small-header-m #header-section #language_menu {
		top: 11px
	}

	.small-header-m #header-section form input {
		top: 20px !important
	}

	.small-header-m #header-section .logo {
		transform: scale(.65);
		transition: all .2s;
		top: 3px !important;
		left: -25px
	}
}

#header-section {
	width: 100%;
	position: absolute;
	top: 0;
	height: 97px;
	z-index: 9999;
	background: #fff;
	transition: background .2s
}

#header-section.is-invisible {
	position: fixed;
	top: -97px
}

#header-section.start.is-invisible .logo {
	transform: scale(.65);
	top: 3px;
	left: -25px
}

#header-section.start .logo {
	transform: scale(1) translateY(-50%);
	position: absolute;
	left: 15px;
	top: 50%
}

#header-section.is-fixed {
	background: #fff;
	position: fixed;
	top: 0;
	transition: all .2s
}

#header-section.is-fixed .nav>li>a {
	color: #343434
}

#header-section.is-fixed .nav>li.active>a {
	color: #ad2943
}

#header-section.is-fixed form input {
	color: #343434;
	border-bottom: 1px solid #343434;
	top: 40px;
	transition: top .2s
}

#header-section.is-fixed form input::-moz-placeholder {
	color: #343434
}

#header-section.is-fixed form input:-ms-input-placeholder {
	color: #343434
}

#header-section.is-fixed form input::placeholder {
	color: #343434
}

#header-section.is-fixed .suche {
	color: #343434;
	transition: width .5s
}

#header-section.is-fixed #language_menu {
	background: url('../images/language_downdark.png') no-repeat 25px 24px;
	transition: all .2s
}

#header-section.is-fixed #language_menu .mainlang,
#header-section.is-fixed #language_menu a {
	color: #343434;
	transition: color .2s
}

#header-section.is-fixed #language_menu .text-muted {
	display: none;
	opacity: 0;
	visibility: hidden
}

#header-section .container {
	position: relative
}

#header-section .logo {
	transform: scale(1);
	transition: all .2s;
	position: absolute;
	left: 15px;
	top: 40px
}

#header-section.subsite .logo {
	top: 8px
}

#header-section .navbar-right {
	margin-right: 300px
}

#header-section #language_menu {
	position: absolute;
	right: 15px;
	background: url('../images/language_downdark.png') no-repeat 25px 24px;
	transition: background .2s;
	top: 33px;
	padding: 15px 20px 27px 0
}

#header-section #language_menu .mainlang {
	color: #343434;
	font-size: 1em;
	font-weight: 600;
	transition: color .2s
}

#header-section #language_menu ul {
	display: none;
	position: absolute;
	margin: 0;
	top: 100%;
	padding-top: 1px;
	z-index: 3
}

#header-section #language_menu ul li {
	position: relative
}

#header-section #language_menu ul li.active {
	display: none
}

#header-section #language_menu ul li a {
	background: hsla(0, 0%, 100%, .8);
	color: #343434;
	padding: 8px 15px;
	display: block;
	transition: all .2s
}

#header-section #language_menu ul li a:hover {
	text-decoration: none;
	background: #fff;
	transition: all .2s
}

#header-section #language_menu ul li:after {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 0;
	background: #ad2943;
	transition: width .25s ease-in-out;
	bottom: 0;
	left: 0;
	z-index: 1
}

#header-section #language_menu ul li:hover:after {
	width: 100%;
	transition: width .25s ease-in-out
}

#header-section #language_menu:hover ul {
	display: block
}

#header-section .navbar-nav>li>a {
	padding-top: 50px;
	padding-bottom: 25px
}

#header-section .suche {
	padding: 14px 15px;
	color: #343434;
	transition: width .5s, top .2s;
	position: absolute;
	right: 67px;
	height: 100%;
	top: 0;
	z-index: 3;
	cursor: pointer;
	width: 50px;
	background: #fff
}

#header-section .suche .fa {
	position: absolute;
	top: 50px;
	right: 20px;
	transition: all .2s
}

#header-section .suche form {
	position: absolute;
	width: calc(100% - 45px);
	right: 45px;
	height: 100%;
	top: 0;
	opacity: 0;
	transition: opacity .1s .3s
}

#header-section .suche form input {
	position: absolute;
	background: transparent;
	height: 40px;
	right: 0;
	width: 100%;
	padding: 0 15px;
	border: 0;
	border-bottom: 1px solid #343434;
	margin-right: 0;
	color: #343434;
	top: 40px
}

#header-section .suche form input::-moz-placeholder {
	color: #343434
}

#header-section .suche form input:-ms-input-placeholder {
	color: #343434
}

#header-section .suche form input::placeholder {
	color: #343434
}

#header-section .suche form input:focus {
	outline: none
}

#header-section .suche.showit {
	width: calc(100% - 80px);
	transition: width .5s
}

#header-section .suche.showit form {
	opacity: 1;
	transition: none
}

#header-section .nav li {
	border-bottom: 2px solid transparent;
	font-size: 1.1em
}

#header-section .nav li a {
	opacity: 1;
	transition: opacity .2s;
	transition-delay: .2s;
	font-weight: 300;
	letter-spacing: 1px;
	color: #343434;
	font-size: 1.5em
}

#header-section .nav li a:focus {
	background: hsla(0, 0%, 100%, .8);
	outline: none
}

#header-section .nav li>a {
	opacity: 1;
	transition: all .2s
}

#header-section .nav li:hover {
	border-bottom: 2px solid #ad2943
}

#header-section .nav li:hover>a {
	background: transparent
}

#header-section .has-sub {
	position: relative
}

#header-section .has-sub .layer-2,
#header-section .has-sub .layer-3 {
	display: none !important
}

#header-section .has-sub ul {
	position: absolute;
	display: none;
	min-width: 100%;
	white-space: nowrap;
	padding-top: 3px;
	box-shadow: 2px 2px 2px -2px rgba(0, 0, 0, .3)
}

#header-section .has-sub ul li {
	background: transparent;
	margin-bottom: 1px;
	border: 0
}

#header-section .has-sub ul li:last-child {
	margin: 0
}

#header-section .has-sub ul li a {
	display: block;
	padding: 8px 15px;
	position: relative;
	margin: 0;
	color: #343434;
	font-size: 1em;
	background: #fff;
	transition: background .2s;
	white-space: nowrap
}

#header-section .has-sub ul li a:after {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 0;
	background: #ad2943;
	transition: width .25s ease-in-out;
	bottom: 0;
	left: 0;
	z-index: 1
}

#header-section .has-sub ul li a:hover {
	background: #fff;
	text-decoration: none;
	transition: background .2s
}

#header-section .has-sub ul li a:hover:after {
	width: 100%;
	transition: width .25s ease-in-out
}

#header-section .has-sub ul li a:hover {
	border: 0 !important
}

#header-section .has-sub ul li.active>a {
	background: #fff;
	color: #ad2943
}

#header-section .has-sub ul li.active>a:after {
	width: 100%
}

#header-section .has-sub ul li:hover {
	border-bottom: 0 !important
}

#header-section .has-sub.active>a {
	color: #ad2943
}

#header-section .has-sub:hover ul {
	display: block
}

#header-section .has-sub:hover ul li:hover {
	position: relative;
	background: #fff;
	text-decoration: none;
	transition: background .2s
}

#header-section .has-sub:hover ul li:hover:after {
	width: 100%;
	border: 0;
	transition: width .25s ease-in-out
}

#header-section ul>li:first-child ul li:hover .layer-2,
#header-section ul>li:nth-child(2) ul li:hover .layer-2 {
	display: block !important;
	top: 0;
	max-width: 375px;
	width: 375px;
	right: -375px;
	padding-top: 0;
	padding-left: 1px
}

#header-section ul>li:first-child ul li:hover .layer-2 a,
#header-section ul>li:nth-child(2) ul li:hover .layer-2 a {
	padding: 6px 10px;
	font-size: .8em
}

#header-section.header-small {
	position: fixed;
	top: 0 !important;
	transition: all .2s;
	background: #fff;
	padding: 0;
	width: 100%;
	height: 74px
}

#header-section.header-small .logo {
	transform: scale(.65);
	transition: all .2s;
	top: -15px;
	left: -25px
}

#header-section.header-small .nav>li>a {
	color: #343434;
	padding: 26px 15px;
	transition: all .2s
}

#header-section.header-small .nav>li.active>a {
	color: #ad2943
}

#header-section.header-small #language_menu {
	top: 11px;
	padding: 15px 15px 26px 0;
	background: url('../images/language_downdark.png') no-repeat 25px 24px;
	transition: all .2s
}

#header-section.header-small #language_menu .mainlang {
	color: #343434
}

#header-section.header-small #language_menu ul {
	top: 100%;
	padding-top: 1px
}

#header-section.header-small #language_menu li {
	margin-bottom: 1px
}

#header-section.header-small #language_menu li:last-child {
	margin: 0
}

#header-section.header-small #language_menu a {
	width: 100%;
	padding: 8px 15px;
	background: hsla(0, 0%, 100%, .8);
	transition: background .2s
}

#header-section.header-small #language_menu a:hover {
	transition: background .2s;
	background: #fff;
	text-decoration: none
}

#header-section.header-small #language_menu .active {
	display: none
}

#header-section.header-small #language_menu a,
#header-section.header-small #language_menu li {
	color: #343434
}

#header-section.header-small .suche {
	color: #343434;
	cursor: pointer;
	right: 67px;
	transition: width .5s, top .2s
}

#header-section.header-small .suche .fa {
	top: 27px;
	transition: all .2s
}

#header-section.header-small .suche form input {
	border-bottom: 1px solid #343434;
	color: #343434;
	top: 20px;
	transition: width .5s, top .2s
}

#header-section.header-small .suche form input::-moz-placeholder {
	color: #343434
}

#header-section.header-small .suche form input:-ms-input-placeholder {
	color: #343434
}

#header-section.header-small .suche form input::placeholder {
	color: #343434
}

#header-section.header-small .nav>li:hover {
	border-bottom: 2px solid #ad2943
}

@media (max-width:1330px) {
	#header-section.header-small-m {
		position: fixed;
		top: 0 !important;
		transition: all .2s;
		background: #fff;
		padding: 0;
		width: 100%;
		height: 74px;
		box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .3)
	}

	#header-section.header-small-m .logo {
		transform: scale(.65);
		transition: all .2s;
		top: 3px;
		left: -25px
	}

	#header-section.header-small-m .nav>li>a {
		color: #343434;
		padding: 26px 15px;
		transition: all .2s
	}

	#header-section.header-small-m .nav>li.active>a {
		color: #ad2943
	}

	#header-section.header-small-m #language_menu {
		top: 11px;
		padding: 15px 15px 26px 0;
		background: url('../images/language_downdark.png') no-repeat 25px 24px;
		transition: all .2s
	}

	#header-section.header-small-m #language_menu .mainlang {
		color: #343434
	}

	#header-section.header-small-m #language_menu ul {
		top: 100%;
		padding-top: 1px
	}

	#header-section.header-small-m #language_menu li {
		margin-bottom: 1px
	}

	#header-section.header-small-m #language_menu li:last-child {
		margin: 0
	}

	#header-section.header-small-m #language_menu a {
		width: 100%;
		padding: 8px 15px;
		background: hsla(0, 0%, 100%, .8);
		transition: background .2s
	}

	#header-section.header-small-m #language_menu a:hover {
		transition: background .2s;
		background: #fff;
		text-decoration: none
	}

	#header-section.header-small-m #language_menu .active {
		display: none
	}

	#header-section.header-small-m #language_menu a,
	#header-section.header-small-m #language_menu li {
		color: #343434
	}

	#header-section.header-small-m .suche {
		color: #343434;
		cursor: pointer;
		right: 67px;
		transition: width .5s, top .2s
	}

	#header-section.header-small-m .suche .fa {
		top: 27px;
		transition: all .2s
	}

	#header-section.header-small-m .suche form input {
		border-bottom: 1px solid #343434;
		color: #343434;
		top: 20px;
		transition: width .5s, top .2s
	}

	#header-section.header-small-m .suche form input::-moz-placeholder {
		color: #343434
	}

	#header-section.header-small-m .suche form input:-ms-input-placeholder {
		color: #343434
	}

	#header-section.header-small-m .suche form input::placeholder {
		color: #343434
	}

	#header-section.header-small-m .nav>li:hover {
		border-bottom: 2px solid #ad2943
	}
}

#header-section #hamburger {
	box-sizing: border-box;
	display: none;
	width: 70px;
	height: 45px;
	position: relative;
	margin: 3px 0;
	float: right;
	z-index: 3;
	top: 10px
}

#header-section #hamburger:after,
#header-section #hamburger:before,
#header-section #hamburger span {
	background: #343434;
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 20px;
	transition: none .5s ease .5s;
	transition-property: transform, top, bottom, left, opacity
}

#header-section #hamburger:before {
	top: 12px
}

#header-section #hamburger:after {
	top: 32px
}

#header-section #hamburger span {
	top: 22px
}

.fixed-subheader {
	height: 97px
}

html.mm-opening #hamburger:before {
	transform: rotate(45deg);
	top: 22px !important
}

html.mm-opening #hamburger:after {
	transform: rotate(-45deg);
	top: 22px !important
}

html.mm-opening #hamburger span {
	left: -50px;
	opacity: 0
}

html.mm-opening #hamburger:after,
html.mm-opening #hamburger:before,
html.mm-opening #hamburger span {
	transition: none .5s ease .5s;
	transition-property: transform, top, bottom, left, opacity
}

@media screen and (max-width:991px) {
	#header-section .logo {
		transform: scale(.8);
		left: -10px
	}

	#header-section #menu {
		display: none
	}

	#header-section.header-small #hamburger:after,
	#header-section.header-small #hamburger:before,
	#header-section.header-small #hamburger span {
		background: #0d1147
	}

	#header-section .suche {
		right: 51px
	}

	.mm-listview li {
		width: 100%
	}
}

@media screen and (max-width:1560px) {

	#header-section,
	#header-section .container {
		width: 100%
	}
}

@media (max-width:1330px) {
	.mm-listview li {
		width: 100%
	}

	#header-section form {
		right: 60px
	}

	#header-section form.showit {
		width: calc(100% - 60px) !important
	}

	#header-section .navbar-right {
		margin-right: 77px
	}

	#header-section .nav>li>a {
		font-size: 1em;
		padding: 26px 8px !important
	}

	#header-section .suche {
		padding: 12px 8px;
		right: 51px !important
	}

	#header-section form input {
		right: 0
	}

	#header-section .logo {
		transform: scale(.65) !important;
		top: 3px !important;
		left: -25px !important
	}

	#header-section.header-small.sub #language_menu {
		top: 10px;
		padding: 15px 15px 27px 0
	}

	#header-section.header-small.sub .suche {
		right: 53px;
		top: 10px;
		padding: 14px 15px;
		transform: translateY(0)
	}
}

@media (max-width:1120px) {
	#header-section.header-small {
		padding: 0 !important
	}

	#header-section.header-small.sub #language_menu {
		top: 0;
		padding: 15px 15px 15px 0;
		right: 75px
	}

	#header-section #menu {
		display: none
	}

	#header-section #language_menu {
		top: 25px;
		right: 75px
	}

	#hamburger {
		display: block !important
	}
}

@media screen and (max-width:767px) {
	#header-section {
		width: 100%
	}
}

#mm-menu .mm-title {
	color: #0d1147
}

#mm-menu .mm-navbar.mm-hasbtns {
	border: 0
}

#mm-menu .suche {
	position: relative;
	padding: 0 15px;
	margin: 5px 0
}

#mm-menu .suche .fa {
	position: absolute;
	top: 11px;
	right: 25px;
	font-size: 18px
}

#mm-menu .suche form input {
	width: 100%;
	border: 0
}

#main-section .frontpage {
	padding-top: 97px
}

@media (max-width:1330px) {
	#main-section .frontpage {
		padding-top: 74px
	}
}

#main-section .ce-gallery.no-float {
	float: none;
	overflow: visible
}

#main-section .ce-gallery.no-float .ce-row {
	overflow: visible
}

#main-section .ce-gallery.no-float .ce-column,
#main-section .ce-gallery.no-float .ce-inner,
#main-section .ce-gallery.no-float .ce-outer {
	float: none
}

#main-section .ce-gallery.no-float .ce-inner,
#main-section .ce-gallery.no-float .ce-outer {
	position: static
}

.news-list-views .news-item .h4,
.news-list-views .news-item h3,
.news-list-views .news-item h4,
.news-list-views .news-item p {
	color: #676767
}

.news-single h1 {
	padding-right: 50px;
	position: relative
}

.page-navigation p {
	display: none
}

.subpage .nav-sidebar {
	background: #fff;
	margin-bottom: 25px;
	padding: 15px;
	border-radius: 4px;
	border: 1px solid #ddd
}

.subpage .nav-sidebar li:before {
	display: none !important
}

.subpage .nav-sidebar li {
	margin-bottom: 5px;
	padding-left: 0;
	border-radius: 4px;
	border-bottom: 1px solid #eee
}

.subpage .nav-sidebar li:last-child {
	border-bottom: none
}

.subpage .nav-sidebar ul {
	padding: 0
}

.subpage .nav-sidebar a {
	border-radius: 4px;
	position: relative;
	display: block;
	padding: 10px 15px
}

.subpage .nav-sidebar a.active,
.subpage .nav-sidebar li.active a {
	background: #0000ff;
	color: #fff
}

.subpage .nav-sidebar a:hover {
	text-decoration: none;
	background-color: #eee
}

.ce-greybox {
	background-color: #f5f5f5;
	padding: 35px;
	margin-bottom: 30px
}

.ce-greybox p:last-child {
	margin-bottom: 0
}

#footer-section .container {
	position: relative
}

#footer-section .logo {
	margin-bottom: 25px
}

#footer-section .print {
	right: 63px;
	top: -36px
}

#footer-section .top {
	right: 15px;
	top: -36px
}

#footer-section .print,
#footer-section .top {
	background-color: #efefef;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	padding: 10px 0;
	width: 45px;
	text-align: center;
	position: absolute;
	cursor: pointer
}

#footer-section a {
	color: #0d1147
}

#footer-section a.ll-button {
	color: #fff
}

#footer-section p {
	font-size: 1em;
	margin-bottom: 25px !important
}

#footer-section .h4,
#footer-section h4 {
	color: #ad2943;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
	margin-top: 30px
}

#footer-section ul {
	padding-left: 20px
}

#footer-section ul li {
	padding: 5px 0
}

#footer-section ul li:before {
	display: none
}

#footer-section .footerIcon {
	color: #006eb7;
	font-size: 2.5em;
	padding: 0 5px
}

#footer-section .footer-top {
	padding: 25px 0
}

#footer-section .footer-bottom {
	background: #eee;
	text-align: center;
	color: grey;
	font-size: .75em;
	padding: 30px 0
}

#footer-section .footer-bottom a {
	color: grey
}

#footer-section .footer-bottom ul {
	margin: 0
}

#footer-section .footer-bottom .copyright,
#footer-section .footer-bottom li,
#footer-section .footer-bottom ul {
	display: inline-block
}

#footer-section .footer-bottom li {
	padding: 0 20px;
	border-left: 1px solid grey
}

#footer-section .footer-bottom li:before {
	display: none
}

#footer-section .standorte .h4,
#footer-section .standorte h4 {
	text-align: center
}

#footer-section .standorte .ll-button {
	left: 50%;
	right: auto;
	transform: translateX(-50%);
	bottom: 6px;
	position: absolute
}

@media screen and (max-width:1560px) {

	#footer-section .h4,
	#footer-section h4 {
		margin-top: 16px
	}

	#footer-section .standorte .ll-button {
		bottom: 0
	}
}

@media screen and (max-width:1199px) {

	#footer-section .h4,
	#footer-section h4 {
		margin-top: 27px
	}

	#footer-section p:empty {
		display: none !important
	}
}

@media screen and (max-width:991px) {

	#footer-section .standorte .h4,
	#footer-section .standorte h4 {
		text-align: left
	}
}

@media screen and (max-width:767px) {

	#footer-section .h4,
	#footer-section h4,
	#footer-section p {
		text-align: center !important
	}

	#footer-section .h4,
	#footer-section h4 {
		margin-top: 0
	}

	#footer-section .footer-logo {
		position: relative
	}

	#footer-section .footer-logo img,
	#footer-section .ll-button {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		position: relative
	}

	#footer-section .ll-button {
		margin-bottom: 15px
	}

	#footer-section .social-icons {
		clear: both
	}

	#footer-section .social-icons>div {
		display: flex;
		justify-content: center
	}

	#footer-section .social-icons a i {
		padding: 0 15px
	}

	#footer-section .meta {
		clear: both
	}

	#footer-section .ce-menu {
		text-align: center
	}

	#footer-section .ce-menu li {
		list-style-type: none
	}

	#footer-section ul {
		margin-bottom: 25px
	}
}

@media (max-width:635px) {
	#footer-section .footer-bottom ul {
		padding-left: 0
	}

	#footer-section .footer-bottom li:first-child {
		border: 0
	}
}

@media screen and (max-width:479px) {
	#footer-section .footer-bottom {
		padding: 15px 0 10px
	}

	#footer-section .footer-bottom .copyright {
		display: block
	}

	#footer-section .footer-bottom li {
		border: 0;
		display: block;
		margin: 5px
	}

	#footer-section .btn-dflt {
		width: 100%
	}

	#footer-section .hide-small .ce-textpic,
	#footer-section .hide-small .h4,
	#footer-section .hide-small .meta,
	#footer-section .hide-small h4 {
		display: none
	}

	#footer-section .hide-small .social-icons {
		margin-top: 15px
	}

	#footer-section .ll-button,
	#footer-section .standorte .ll-button {
		transform: translate(0);
		position: static;
		float: left;
		width: 48%;
		min-width: auto
	}

	#footer-section .standorte .ll-button {
		margin-left: 11px
	}

	#footer-section .clr {
		display: block;
		clear: both
	}
}

.subpage .produkt-intro {
	padding: 100px 0
}

.subpage .produkt-intro h1 {
	margin-top: 0;
	font-size: 2.375em
}

.subpage .produkt-intro h2 {
	margin-top: 0
}

.subpage .produkt-teaser {
	padding: 65px 0 50px;
	background: #f5f5f5
}

.subpage .produkt-teaser h2 {
	margin-top: 0;
	margin-bottom: 85px
}

.subpage .produkt-info {
	padding: 50px 0 65px;
	background-image: linear-gradient(0deg, #e0e0e0 0, #fff)
}

.subpage .ce-image,
.subpage .ce-nowrap .ce-bodytext,
.subpage .ce-textpic {
	overflow: visible
}

@media screen and (max-width:767px) {

	.subpage .produkt-info,
	.subpage .produkt-intro,
	.subpage .produkt-teaser {
		padding: 30px 0
	}
}

.subpage .content {
	padding: 30px 0 50px
}

.subpage .content.-fullwidth {
	padding-top: 0 !important
}

.subpage .content.with-sidebar {
    overflow: hidden;
	padding: 50px 0
}

@media screen and (max-width:767px) {
	.subpage .content {
		padding: 30px 0
	}
}

.applications {
	margin-top: -100px
}

.mm-listview li.active a {
	color: #ad2943
}

.mm-listview>li>a,
.mm-title {
	font-size: 1.25em
}

.sidebar h3 {
	color: #0d1147;
	font-size: 1.8em
}

.sidebar h3:after {
	display: none
}

.sidebar>div:first-child h3:first-child {
	margin-top: 0
}

.sidebar .produktteaser {
	padding: 0;
	height: auto !important
}

.sidebar .produktteaser h3 {
	margin-top: 0;
	width: 100%;
	font-size: 1.3em
}

.sidebar .ce-gallery .ce-column,
.sidebar .ce-gallery .ce-inner,
.sidebar .ce-gallery .ce-outer {
	float: none !important
}

.karriere h1 {
	padding-right: 50px;
	position: relative
}

.tx-solr-search-form .tx-solr-q {
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px
}

.tx-solr-search-form .tx-solr-submit {
	min-width: 100%;
	display: block;
	width: 100%
}

.tooltipster-base {
	pointer-events: auto
}

.fancybox-image {
	background: #fff
}

.rounded-container {
	background: #fff;
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0 0 25px 0 #a8a8a8
}

.rounded-container header p:after {
	content: none !important
}

.rounded-container form input[type=email],
.rounded-container form input[type=text] {
	border-radius: 10px;
	padding: 20px
}

.rounded-container form textarea {
	border-radius: 10px
}

.rounded-container form select {
	padding: 0 10px;
	height: 40px;
	border-radius: 10px
}

.rounded-container form .hidden-field {
	display: none
}

.rounded-container form .h4 {
	margin-bottom: 10px
}

@media screen and (max-width:1199px) {
	.bottom-margin-null .teaser {
		margin-bottom: -5px
	}
}

.teaser {
	display: block;
	background: #f9f9f9;
	position: relative;
	box-shadow: inset 0 0 0 1px #eaeaea;
	overflow: hidden
}

@media screen and (max-width:1199px) {
	.teaser {
		margin-bottom: 30px
	}
}

@media screen and (max-width:767px) {
	.teaser {
		height: auto !important
	}
}

.teaser .continue {
	position: absolute;
	right: 17px;
	bottom: 10px;
	font-size: .875em;
	color: #fff;
	padding-right: 15px
}

.teaser .continue span {
	opacity: 0;
	position: relative;
	z-index: 1;
	transition: opacity .2s
}

.teaser .continue:after {
	content: "";
	position: absolute;
	display: block;
	width: 7px;
	height: 7px;
	top: 7px;
	right: 0;
	transform: rotate(45deg);
	border: 2px solid #0000ff;
	border-bottom: none;
	border-left: none
}

.teaser .continue:before {
	content: "";
	position: absolute;
	background: #0000ff;
	right: -150px;
	top: -10px;
	left: 150%;
	bottom: -10px;
	transition: all .2s ease-out
}

.teaser-image {
	overflow: hidden
}

.teaser-image img {
	transform: scale(1);
	transition: all .2s ease-in-out
}

.teaser-text {
	color: #343434;
	padding: 25px 15px;
	position: relative
}

.teaser-text>strong {
	display: block;
	font-size: 1.1875em;
	margin: 0;
	font-weight: 700
}

.teaser-text h2,
.teaser-text h4,
.teaser-text p {
	color: #343434
}

.teaser-text .h2,
.teaser-text h2 {
	font-size: 1.5em !important;
	position: relative;
	margin-top: 5px;
	margin-bottom: 25px;
	font-weight: 400;
	display: inline-block;
	padding: 0
}

.teaser-text .h2:after,
.teaser-text h2:after {
	content: "";
	display: block;
	position: absolute;
	height: 3px;
	width: 0;
	background: #ad2943;
	transition: all .25s;
	bottom: -13px;
	left: 0;
	z-index: 1
}

.teaser-text p {
	margin: 0
}

.teaser:hover {
	text-decoration: none
}

.teaser:hover .h2:after,
.teaser:hover h2:after {
	width: 100px
}

.teaser:hover .teaser-image img {
	transform: scale(1.1);
	transition: all .2s ease-in-out
}

.teaser:hover .continue span {
	opacity: 1;
	transition: opacity .2s
}

.teaser:hover .continue:after {
	border-color: #fff
}

.teaser:hover .continue:before {
	right: -17px;
	left: -15px;
	transition: all .2s ease-in
}

@media screen and (max-width:1199px) {

	.teaser-text .h2,
	.teaser-text h2 {
		font-size: 22px !important
	}

	.teaser-text .h3,
	.teaser-text h3 {
		font-size: 18px !important
	}
}

@media screen and (max-width:991px) {
	.teaser-image img {
		width: 100%
	}
}

@media screen and (max-width:767px) {

	.teaser-text .h2,
	.teaser-text h2 {
		font-size: 20px !important;
		margin-bottom: 10px
	}

	.teaser-text .h2:after,
	.teaser-text h2:after {
		bottom: -5px
	}

	.teaser-text .h3,
	.teaser-text h3 {
		font-size: 14px !important
	}

	.teaser-text strong {
		font-size: 14px;
		display: block
	}
}

.video-js-box,
.youtube-video {
	box-shadow: 0 3px 6px rgba(37, 36, 32, .29)
}

.video-js-box .responsive-video,
.video-js-box .video-js,
.youtube-video .responsive-video,
.youtube-video .video-js {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
	width: 100%
}

.video-js-box .responsive-video iframe,
.video-js-box .responsive-video video,
.video-js-box .video-js iframe,
.video-js-box .video-js video,
.youtube-video .responsive-video iframe,
.youtube-video .responsive-video video,
.youtube-video .video-js iframe,
.youtube-video .video-js video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.accordion-container {
	margin-bottom: 10px
}

.accordion-container .accordion-head {
	cursor: pointer;
	position: relative
}

.accordion-container .accordion-head h3 {
	padding: 15px 75px 15px 30px;
	margin: 0;
	background: #fff;
	color: #676767;
	font-size: 1.75em;
	font-weight: 400;
	box-shadow: none;
	transition: box-shadow .25s ease
}

.accordion-container .accordion-head:hover h3 {
	box-shadow: 0 3px 6px rgba(37, 36, 32, .29);
	transition: box-shadow .25s ease
}

.accordion-container .accordion-head:after {
	position: absolute;
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	top: 50%;
	right: 25px;
	border: 1px solid #676767;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg) translateY(-23px)
}

.accordion-container .accordion-head.trigger_active h3 {
	color: #ad2943;
	margin-bottom: 1px
}

.accordion-container .accordion-head.trigger_active:after {
	border: 1px solid #ad2943;
	border-bottom: none;
	border-left: none;
	top: 42px
}

.accordion-container .accordion-body {
	display: none;
	padding: 15px 30px;
	background: #fff
}

.accordion-container .accordion-body.open {
	margin-bottom: 10px
}

.slick-slider .slick-next {
	right: 25px
}

.slick-slider .slick-prev {
	left: 25px;
	z-index: 3
}

.slick-slider video {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%)
}

.slick-slider .vimeo {
	overflow: hidden
}

.slick-slider .vimeo iframe {
	position: absolute;
	top: 35% !important;
	left: 50% !important;
	width: auto;
	height: auto;
	display: block;
	min-width: 111vw;
	min-height: 111vh;
	transform: translate(-50%, -50%)
}

@media (max-width:768px) {
	.slick-slider .vimeo iframe {
		top: 50% !important
	}
}

.info-counter {
	text-align: center
}

.info-counter .counter {
	font-size: 4em
}

.info-counter_wrapper {
	margin-bottom: 25px
}

.content-section {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative
}

.parallax-window {
	min-height: 400px;
	background: transparent
}

@media screen and (max-width:991px) {
	.hidemobile {
		background-image: none !important
	}
}

.news-item {
	display: block
}

.news-item p {
	margin-bottom: 0;
	color: #fff
}

.news-item h3,
.news-item h4 {
	color: #fff;
	font-weight: 300
}

.news-item h3 {
	font-size: 1.5em;
	margin-top: 0;
	position: relative
}

.news-item h3:after {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	width: 0;
	transition: all .2s;
	background: #ad2943;
	transition: all .25s;
	bottom: -7px;
	left: 0;
	z-index: 1
}

.news-item:hover h3:after {
	width: 50px;
	transition: all .2s
}

.news-single .btn-dflt {
	margin-top: 25px;
	display: inline-block
}

.news-single h1 {
	margin-bottom: 25px;
	font-size: 2.5em
}

.news-single h2 {
	margin-top: 0
}

.news-single h4 {
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 0
}

.news-single h4 svg {
	transform: translateY(1px)
}

.news-single h4 svg.location {
	margin-left: 15px
}

.category-menu-view {
	text-align: center;
	padding: 25px 0;
	background: #0000ff;
	margin-bottom: -25px
}

.category-menu-view .ll-button {
	border: 1px solid #fff;
	color: #fff;
	margin: 0 15px 0 0;
	text-transform: uppercase
}

.category-menu-view .ll-button.active,
.category-menu-view .ll-button:hover {
	background: #fff;
	color: #006eb7 !important
}

.category-menu-view .ll-button:last-child {
	margin-right: 0
}

@media screen and (max-width:767px) {
	.category-menu-view .ll-button {
		display: block;
		margin: 0 15px 15px
	}

	.category-menu-view .ll-button:last-child {
		margin: 0 15px
	}
}

.category-menu-view.m-bottom {
	margin-bottom: 0
}

.news-list-view {
	position: relative;
	overflow: hidden;
	transition: background .5s;
	background-size: cover;
	min-height: 500px;
	padding: 20px 20px 50px;
	/*background: url(../images/ll_news-box_background_blur.jpg) no-repeat 50% !important;*/
	/*background-size: 100% 100% !important*/
	background: #0000ff  !important;
}

.news-list-view .list-link {
	position: absolute;
	right: 15px;
	bottom: 15px
}

.news-list-view .list-link span {
	color: #fff;
	font-weight: 700;
	padding-right: 15px;
	transition: opacity .2s;
	opacity: 1
}

.news-list-view .list-link:after {
	content: "";
	position: absolute;
	display: block;
	width: 7px;
	height: 7px;
	top: 7px;
	right: 0;
	transform: rotate(45deg);
	border: 2px solid #fff;
	border-bottom: none;
	border-left: none
}

.news-list-view .list-link:hover {
	text-decoration: none
}

.news-list-view h2,
.news-list-view p.p-wie-h2 {
	bottom: 8px;
	left: 30px;
	font-weight: 300;
	color: #fff;
	transition: bottom .5s .25s;
	position: static;
	margin-top: 0;
	padding: 0;
	margin-bottom: 15px;
	font-size: 2em
}

.news-list-view h2:after,
.news-list-view p.p-wie-h2:after {
	display: none
}

.news-list-view .news-item-container {
	bottom: -100%;
	width: 100%;
	height: 81%;
	transition: bottom .5s;
	position: static;
	padding: 0
}

@media screen and (max-width:1199px) {
	.news-list-view .news-item-container .news-item {
		margin-bottom: 25px
	}
}

.news-list-view .news-item-container .news-item {
	margin-top: 10px;
	padding-bottom: 15px
}

.news-list-view .news-item-container .news-item:first-child {
	border-bottom: 1px solid #fff
}

.news-list-view .news-item-container .news-item h4,
.news-list-view .news-item-container .news-item p.p-wie-h4 {
	font-size: 13px
}

.news-list-view .news-item-container .news-item h4 svg,
.news-list-view .news-item-container .news-item p.p-wie-h4 svg {
	transform: translateY(3px);
	margin-right: 5px;
	height: 15px
}

.news-list-view .news-item-container .news-item h4 svg.location,
.news-list-view .news-item-container .news-item p.p-wie-h4 svg.location {
	margin-left: 5px
}

.news-list-view .news-item-container .news-item h3,
.news-list-view .news-item-container .news-item p.p-wie-h3 {
	padding: 0;
	font-size: 24px;
	font-weight: 400
}

.news-list-view .news-item-container .news-item h3:after,
.news-list-view .news-item-container .news-item p.p-wie-h3:after {
	bottom: -11px;
	background: #fff !important
}

.news-list-view .news-item-container .news-item p {
	font-size: 13px
}

.news-list-view.hover,
.news-list-view:focus,
.news-list-view:hover {
	background: url(../images/ll_news-box_background_blur.jpg) no-repeat 50%;
	transition: background .5s;
	background-size: cover
}

.news-list-view.hover h2,
.news-list-view.hover p.p-wie-h2,
.news-list-view:focus h2,
.news-list-view:focus p.p-wie-h2,
.news-list-view:hover h2,
.news-list-view:hover p.p-wie-h2 {
	bottom: 82%;
	transition: bottom .5s
}

.news-list-view.hover .news-item-container,
.news-list-view:focus .news-item-container,
.news-list-view:hover .news-item-container {
	bottom: 0;
	transition: bottom .5s .25s
}

.news-list-view.hover .list-link span,
.news-list-view:focus .list-link span,
.news-list-view:hover .list-link span {
	opacity: 1;
	transition: opacity .2s
}

@media screen and (max-width:1199px) {

	.news-list-view .news-item-container .news-item h3,
	.news-list-view .news-item-container .news-item p.p-wie-h3 {
		font-size: 22px;
		margin-bottom: 5px
	}
}

@media screen and (max-width:991px) {

	.news-list-view .news-item h3,
	.news-list-view .news-item p.p-wie-h3 {
		font-size: 18px !important;
		margin-bottom: 5px
	}
}

@media screen and (max-width:767px) {
	.news-list-view.frontpage-item {
		margin-bottom: 30px
	}
}

@media screen and (max-width:1199px) {
	.news-list-view .news-item-container .news-item p {
		margin-bottom: 5px
	}
}

@media (min-width:1200px) and (max-width:1560px) {

	.news-list-view h2,
	.news-list-view p.p-wie-h2 {
		font-size: 2em
	}

	.news-list-view.hover h2,
	.news-list-view.hover p.p-wie-h2,
	.news-list-view:focus h2,
	.news-list-view:focus p.p-wie-h2,
	.news-list-view:hover h2,
	.news-list-view:hover p.p-wie-h2 {
		bottom: 83%
	}

	.news-list-view.hover .news-item-container,
	.news-list-view:focus .news-item-container,
	.news-list-view:hover .news-item-container {
		bottom: 50px
	}
}

.news-list-views .news-even:nth-child(2n) {
	background: #eee
}

.news-list-views .news-item {
	margin: 0;
	padding: 50px 30px 50px 0;
	position: relative
}

.news-list-views .news-item:before {
	content: "";
	display: block;
	height: 38px;
	width: 38px;
	border-right: 2px solid #969696;
	border-bottom: 2px solid #969696;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg)
}

.news-list-views .news-item h4,
.news-list-views .news-item p,
.news-list-views .news-item p.p-wie-h4 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 400
}

.news-list-views .news-item h3,
.news-list-views .news-item p.p-wie-h3 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 10px
}

.news-list-views .news-item h3:after,
.news-list-views .news-item p.p-wie-h3:after {
	bottom: 0
}

.news-list-views .news-item h3,
.news-list-views .news-item h4,
.news-list-views .news-item p {
	color: #0d1147
}

@media screen and (max-width:767px) {
	.news-list-views .news-item {
		padding: 50px 0
	}

	.news-list-views .news-item img {
		margin-bottom: 15px
	}

	.news-list-views .news-item svg {
		width: 100%
	}

	.news-list-views .news-item h3,
	.news-list-views .news-item p.p-wie-h3 {
		margin: 0
	}

	.news-list-views .news-item:before {
		transform: rotate(-45deg);
		top: auto;
		bottom: 20px;
		width: 15px;
		height: 15px
	}
}

.journal-view {
	background: #f9f9f9;
	border: 1px solid #e0e0e0;
	padding: 40px 40px 75px;
	margin-bottom: 30px
}

@media (min-width:1560px) {
	.journal-view .journal-first .teaser.frontpage-item {
		min-height: 585px
	}
}

.journal-view .right-column {
	padding-top: 15px
}

.journal-view .list-link {
	color: #ad2943;
	font-size: 14px;
	line-height: 19px;
	float: right;
	position: relative;
	bottom: -30px
}

.journal-view .journal-headline {
	color: #282828;
	font-weight: 700;
	letter-spacing: .9px;
	line-height: 22px
}

.journal-view .teaser {
	padding: 30px;
	border: none;
	box-shadow: none;
	transition: all .3s
}

.journal-view .teaser:hover {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .09);
	transition: all .3s;
	background-color: #fff
}

.journal-view .teaser:hover .h2:after {
	width: 100px
}

.journal-view .h2 {
	line-height: 1.4em;
	margin-bottom: 25px
}

.journal-view .h2:after {
	content: " ";
	display: block;
	position: absolute;
	height: 3px;
	width: 0;
	background: #ad2943;
	transition: all .25s;
	bottom: -6px;
	left: 0;
	z-index: 1
}

.journal-view .journal-small-teaser {
	display: block;
	margin-bottom: 22px;
	padding: 15px 20px;
	position: relative;
	transition: all .3s;
	background: transparent
}

.journal-view .journal-small-teaser:hover {
	background: #fff;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .09);
	transition: all .3s
}

.journal-view .journal-small-teaser:after {
	content: " ";
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: -10px;
	background: #dadada;
	left: 0
}

.journal-view .journal-small-teaser .h3 {
	color: #282828;
	line-height: 1.4em;
	margin-bottom: 0;
	padding-bottom: 0
}

.journal-view .journal-small-teaser .news-list-category {
	color: #adadad;
	font-size: 14px
}

.journal-view .article:last-child .journal-small-teaser:after {
	display: none
}

@media screen and (max-width:1560px) {
	.journal-view {
		padding: 25px 25px 40px
	}

	.journal-view .teaser {
		padding: 15px
	}

	.journal-view .journal-small-teaser .teaser-text,
	.journal-view .right-column {
		padding-top: 0
	}

	.journal-view .list-link {
		bottom: -15px
	}
}

@media screen and (max-width:767px) {
	.journal-view {
		padding: 15px 15px 40px
	}

	.journal-view .teaser {
		padding: 0
	}

	.journal-view .teaser .continue {
		bottom: 3px
	}

	.journal-view .text {
		font-size: 14px
	}

	.journal-view .teaser-text .h2 {
		margin-bottom: 5px
	}

	.journal-view .teaser-text .h2:after {
		bottom: 6px
	}

	.journal-view .journal-small-teaser .col-xs-4 {
		padding-right: 0
	}

	.journal-view .journal-small-teaser .col-xs-8 {
		padding-left: 0
	}
}

.blogpost {
	display: block;
	background: #f9f9f9;
	position: relative;
	box-shadow: inset 0 0 0 1px #eaeaea
}

.blogpost-text {
	padding: 25px 15px 15px
}

@media screen and (max-width:991px) {
	.blogpost-text {
		padding: 30px 15px
	}
}

.blogpost h4 {
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 1px
}

.blogpost h3,
.blogpost h4 {
	margin-top: 0;
	color: #0d1147
}

.blogpost h3 {
	position: relative;
	font-size: 1.5em;
	margin-bottom: 15px;
	line-height: 1.4em
}

.blogpost h3:after {
	content: "";
	display: block;
	position: absolute;
	height: 3px;
	width: 0;
	background: #ad2943;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: width .2s
}

.blogpost-button {
	position: absolute;
	right: 17px;
	bottom: 15px;
	font-size: .875em;
	color: #ad2943;
	padding-right: 15px
}

.blogpost-button>span {
	opacity: 0;
	transition: opacity .2s
}

.blogpost-button:after {
	content: "";
	position: absolute;
	display: block;
	width: 7px;
	height: 7px;
	top: 7px;
	right: 0;
	transform: rotate(45deg);
	border: 2px solid #ad2943;
	border-bottom: none;
	border-left: none
}

.blogpost p {
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: 400;
	line-height: 1.6em
}

.blogpost-img {
	overflow: hidden
}

.blogpost-img img {
	transform: scale(1);
	transition: transform .2s;
	width: 100%;
	margin: auto
}

@media screen and (max-width:991px) {
	.blogpost-img img {
		position: static
	}
}

.blogpost:hover {
	text-decoration: none
}

.blogpost:hover .blogpost-img img {
	transform: scale(1.1);
	transition: transform .2s
}

@media screen and (max-width:1199px) {
	.blogpost:hover .blogpost-img img {
		transform: scale(1.1)
	}
}

.blogpost:hover .blogpost-button>span {
	opacity: 1;
	transition: opacity .2s
}

.blogpost:hover h3:after {
	width: 100px;
	transition: width .2s
}

@media screen and (max-width:991px) {
	.blogpost {
		margin-bottom: 25px
	}

	.blogpost .col-md-6 {
		height: auto !important
	}

	.blogpost h3 {
		font-size: 1.2em;
		margin-bottom: 0;
		padding-bottom: 5px
	}
}

@media screen and (max-width:1199px) {
	.blogpost .frontpage-item {
		height: auto !important
	}

	.blogpost .blogpost-img img {
		width: 100%;
		position: static;
		transform: scale(1) translateX(0)
	}

	.blogpost .blogpost-text {
		padding: 15px
	}
}

.produktteaser {
	margin-bottom: 30px;
	display: block;
	position: relative;
	border: 1px solid #eaeaea;
	background: linear-gradient(180deg, #fff, #f9f9f9);
	overflow: hidden
}

.produktteaser-text {
	padding: 25px 15px 50px;
	position: relative;
	color: #343434
}

.produktteaser .continue {
	position: absolute;
	right: 17px;
	bottom: 10px;
	font-size: .875em;
	color: #fff;
	padding-right: 15px
}

.produktteaser .continue .con-wrapper {
	position: relative
}

.produktteaser .continue .con-wrapper span {
	opacity: 0;
	position: relative;
	padding-right: 10px;
	z-index: 1;
	transition: opacity .2s
}

.produktteaser .continue .con-wrapper:after {
	content: "";
	position: absolute;
	display: block;
	width: 7px;
	height: 7px;
	top: 7px;
	right: 0;
	transform: rotate(45deg);
	border: 2px solid #0000ff;
	border-bottom: none;
	border-left: none
}

.produktteaser .continue .con-wrapper:before {
	content: "";
	position: absolute;
	background: #0000ff;
	right: -150px;
	top: -10px;
	left: 150%;
	bottom: -10px;
	transition: all .2s ease-out
}

.produktteaser p {
	margin-bottom: 0;
	color: #343434;
	font-size: 1em;
	font-weight: 400
}

.produktteaser p:last-child {
	margin-bottom: 0
}

.produktteaser p.teaser-headline {
	font-size: 1.4em;
	margin-top: 0;
	font-weight: 600;
	padding: 0;
	position: relative;
	margin-bottom: 25px;
	color: #343434;
	line-height: 1.1
}

.produktteaser p.teaser-headline:after {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 0;
	background: #ad2943;
	transition: all .25s;
	bottom: -15px;
	left: 0;
	z-index: 1;
	transition: width .2s
}

.produktteaser-image {
	overflow: hidden
}

.produktteaser-image img {
	transform: scale(1);
	transition: all .2s
}

.produktteaser:hover {
	text-decoration: none
}

.produktteaser:hover p.teaser-headline:after {
	width: 100px;
	transition: width .2s
}

.produktteaser:hover img {
	transform: scale(1.1);
	transition: all .2s
}

.produktteaser:hover .continue .con-wrapper span {
	opacity: 1;
	transition: opacity .2s
}

.produktteaser:hover .continue .con-wrapper:after {
	border-color: #fff
}

.produktteaser:hover .continue .con-wrapper:before {
	right: -32px;
	left: -15px;
	transition: all .2s ease-in
}

@media screen and (max-width:991px) {
	.produktteaser p.teaser-headline {
		font-size: 20px;
		margin-bottom: 10px
	}

	.produktteaser-text {
		padding: 20px 15px 15px
	}
}

.produktteaser.fullwidth .text p {
	margin-bottom: 25px
}

.produktteaser.fullwidth .text p:last-child {
	margin-bottom: 0
}

.produktteaser.fullwidth .produktteaser-image,
.produktteaser.fullwidth .produktteaser-image .focuspoint {
	height: 100%
}

.produktteaser.fullwidth .continue {
	min-width: 140px
}

@media screen and (min-width:992px) {

	.produktteaser.fullwidth .col-md-push-7 .continue,
	.produktteaser.fullwidth .col-md-push-8 .continue {
		right: 100%
	}

	.produktteaser.fullwidth .col-md-pull-4+.continue,
	.produktteaser.fullwidth .col-md-pull-5+.continue {
		display: none
	}
}

@media screen and (max-width:991px) {
	.produktteaser.fullwidth .equal {
		height: auto !important
	}

	.produktteaser.fullwidth .produktteaser-image {
		height: 40vw
	}
}

.tx-powermail .powermail_fieldset .parsley-error,
.tx-powermail .powermail_fieldset .powermail_field_error,
.tx-powermail .powermail_fieldset .powermail_form .parsley-error:focus,
.tx-powermail .powermail_fieldset div.error {
	color: #ad2943
}

.tx-powermail .powermail_fieldset .parsley-errors-list {
	background: none;
	border: 0
}

.tx-powermail .powermail_fieldset .parsley-errors-list li.parsley-custom-error-message,
.tx-powermail .powermail_fieldset .parsley-errors-list li.parsley-required {
	padding-left: 0;
	color: #ad2943
}

.tx-powermail .powermail_fieldset .parsley-errors-list li.parsley-custom-error-message:before,
.tx-powermail .powermail_fieldset .parsley-errors-list li.parsley-required:before {
	display: none
}

.zoomtimeline.mode-yearslist .headline {
	background: #0000ff;
	color: #fff;
	font-size: 1.5em;
	margin-bottom: 0;
	padding-top: 55px;
	padding-bottom: 35px
}

.zoomtimeline.mode-yearslist .yearlist-container {
	width: 100%
}

.zoomtimeline.mode-yearslist .details-container {
	padding-top: 50px;
	width: 1530px;
	transition: height .5s ease;
	height: auto !important
}

.zoomtimeline.mode-yearslist .details-container .diamond-arrow-left,
.zoomtimeline.mode-yearslist .details-container .diamond-arrow-right {
	height: 60px;
	background: #0000ff;
	border-radius: 100%
}

.zoomtimeline.mode-yearslist .details-container .detail .detail-excerpt .the-heading {
	font-size: 30px;
	color: #0d1147
}

.zoomtimeline.mode-yearslist .details-container .detail .detail-image-con {
	width: 40%
}

.zoomtimeline.mode-yearslist .details-container .detail .detail-image-con:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.zoomtimeline.mode-yearslist .details-container .detail .detail-image-con .detail-image {
	position: absolute;
	width: auto;
	max-height: 100%;
	left: 50%;
	right: auto;
	transform: translateX(-50%)
}

.zoomtimeline.mode-yearslist.under-900 .details-container .detail .detail-image-con {
	width: 100%;
	display: block;
	float: none
}

.zoomtimeline.mode-yearslist.under-600 .details-container .detail {
	padding: 10px 15px
}

.zoomtimeline.mode-yearslist.under-600 .details-container .diamond-arrow-left,
.zoomtimeline.mode-yearslist.under-600 .details-container .diamond-arrow-right {
	top: auto
}

.zoomtimeline.mode-yearslist .st1 {
	fill: #0000ff;
}

.zoomtimeline.mode-yearslist .yearlist-con {
	background: #0000ff;
}

.zoomtimeline.mode-yearslist .yearlist-con .year span.the-year {
	font-size: 15px
}

.zoomtimeline.mode-yearslist .yearlist-con .year:after {
	width: 10px;
	height: 10px
}

.zoomtimeline.mode-yearslist .yearlist-con .year.active:after {
	background: #ad2943
}

.zoomtimeline.mode-yearslist .yearlist-con .yearlist-container:before {
	left: -15px;
	background: linear-gradient(90deg, #0000ff 0, rgba(125, 185, 232, 0))
}

.zoomtimeline.mode-yearslist .yearlist-con .yearlist-container:after {
	right: -15px;
	background: linear-gradient(90deg, rgba(125, 185, 232, 0) 0, #0000ff)
}

.zoomtimeline.mode-yearslist .detail-image-shadow-con {
	display: none
}

@media screen and (max-width:1199px) {
	.zoomtimeline.mode-yearslist .details-container .detail .detail-image-con {
		width: 100%;
		display: block;
		float: none
	}

	.zoomtimeline.mode-yearslist .details-container .detail .detail-image-con:after {
		display: none
	}

	.zoomtimeline.mode-yearslist .details-container .detail .detail-image-con .detail-image {
		position: relative
	}

	.zoomtimeline.mode-yearslist .details-container .diamond-arrow-left,
	.zoomtimeline.mode-yearslist .details-container .diamond-arrow-right {
		top: 250px
	}
}

.standorte-karte {
	text-align: center;
	background: #fff;
	padding: 50px 0
}

.standorte-items {
	background: #f5f5f5;
	padding: 85px 0
}

.standorte-items .standort-land {
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(37, 36, 31, .5);
	height: 54px;
	width: 54px;
	position: relative;
	float: left;
	margin-top: 15px
}

.standorte-items .standort-land span {
	position: absolute;
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	transform: translate(-50%, -50%)
}

.standorte-items .standort-land.Niederlassung,
.standorte-items .standort-land.niederlassung {
	background: #0000ff
}

.standorte-items .standort-land.Distributor,
.standorte-items .standort-land .distributor {
	background: #ad2943
}

.standorte-items .standort-item {
	float: left;
	width: calc(100% - 89px);
	margin-left: 30px;
	margin-bottom: 10px
}

.standorte-items .standort-item .accordion-head {
	cursor: pointer;
	background: #fff;
	padding: 15px 75px 15px 30px;
	position: relative;
	box-shadow: none;
	transition: box-shadow .25s ease
}

.standorte-items .standort-item .accordion-head:after {
	position: absolute;
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	top: 50%;
	right: 25px;
	border: 1px solid #676767;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg) translateY(-23px)
}

.standorte-items .standort-item .accordion-head.trigger_active:after {
	border: 1px solid #676767;
	border-bottom: none;
	border-left: none;
	top: 54px
}

.standorte-items .standort-item .accordion-head.trigger_active:hover {
	box-shadow: none
}

.standorte-items .standort-item .accordion-head h3 {
	color: #676767;
	font-size: 1.75em;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 0
}

.standorte-items .standort-item .accordion-head h3 .smaller {
	font-size: 22px;
	letter-spacing: normal;
	text-transform: none
}

.standorte-items .standort-item .accordion-head h3:after {
	display: none
}

.standorte-items .standort-item .accordion-head h4 {
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 1em;
	font-weight: 400
}

.standorte-items .standort-item .accordion-head.Niederlassung h4,
.standorte-items .standort-item .accordion-head.niederlassung h4 {
	color: #0000ff
}

.standorte-items .standort-item .accordion-head.Niederlassung h4 span,
.standorte-items .standort-item .accordion-head.niederlassung h4 span {
	color: #676767
}

.standorte-items .standort-item .accordion-head.Distributor h4,
.standorte-items .standort-item .accordion-head.distributor h4 {
	color: #ad2943
}

.standorte-items .standort-item .accordion-head.Distributor h4 span,
.standorte-items .standort-item .accordion-head.distributor h4 span {
	color: #676767
}

.standorte-items .standort-item .accordion-head:hover {
	box-shadow: 0 3px 6px rgba(37, 36, 32, .29);
	transition: box-shadow .25s ease
}

.standorte-items .standort-item .accordion-body {
	display: none;
	background: #fff;
	padding: 15px 30px;
	margin-top: 1px
}

.standorte-items .standort-item .accordion-body * {
	margin-top: 0
}

.standorte-items .standort-item .accordion-body p:last-child {
	margin: 0
}

.standorte.-service {
	margin-bottom: -50px
}

.standorte.-service .karte {
	background: #0000ff
}

.standorte.-service .standorte-items .standort-item .accordion-head {
	padding: 15px 280px 15px 30px
}

@media screen and (max-width:991px) {
	.standorte.-service .standorte-items .standort-item .accordion-head {
		padding: 15px 50px 15px 30px
	}
}

.standorte.-service .standort-land.Headquarter,
.standorte.-service .standort-land.headquarter,
.standorte.-service .standort-land.Niederlassung,
.standorte.-service .standort-land.niederlassung {
	background: #ad2943
}

.standorte.-service .standort-land.Distributor,
.standorte.-service .standort-land.distributor {
	background: #343434
}

.standorte.-service .accordion-head.Headquarter h4,
.standorte.-service .accordion-head.headquarter h4,
.standorte.-service .accordion-head.Niederlassung h4,
.standorte.-service .accordion-head.niederlassung h4 {
	color: #ad2943
}

.standorte.-service .accordion-head.Distributor h4,
.standorte.-service .accordion-head.distributor h4 {
	color: #343434
}

.standorte.-service .accordion-services {
	position: absolute;
	right: 100px;
	top: 50%;
	transform: translateY(-50%);
	height: 42px
}

.standorte.-service .accordion-services svg {
	margin-left: 20px;
	opacity: .4
}

.standorte.-service .accordion-services svg.has-service {
	opacity: 1
}

@media screen and (max-width:991px) {
	.standorte.-service .accordion-services {
		display: none
	}
}

.standorte.-service .standort-entry {
	padding: 50px 0
}

@media screen and (max-width:767px) {
	.standorte.-service .service-descriptions svg {
		margin-top: 15px
	}
}

@media screen and (max-width:767px) {
	.standorte.-service .service-descriptions h4 {
		margin-top: 5px !important
	}
}

.standorte.-service .accordion-body h3,
.standorte.-service .service-descriptions h3 {
	color: #343434;
	font-weight: 700;
	font-size: 1.25em
}

.standorte.-service .accordion-body h3:after,
.standorte.-service .service-descriptions h3:after {
	display: none
}

.standorte.-service .accordion-body h4,
.standorte.-service .service-descriptions h4 {
	color: #0000ff;
	font-size: 1.375em;
	margin-top: 0;
	margin-bottom: 10px
}

@media screen and (max-width:767px) {
	.standorte.-service .accordion-body h3 {
		margin-top: 25px
	}
}

.standorte.-service .body-services {
	opacity: .4
}

.standorte.-service .body-services h4 {
	margin-top: 20px
}

.standorte.-service .body-services.has-service {
	opacity: 1
}

.standorte.-service #map-wrapper {
	position: relative
}

@media screen and (max-width:767px) {
	.standorte.-service #map-wrapper {
		display: none
	}
}

.standorte.-service #map-wrapper .legende {
	bottom: 80px;
	left: 0;
	padding: 5px 10px 0;
	background: #fff;
	border-radius: 100px;
	display: inline-block;
	position: absolute;
	opacity: 0
}

@media screen and (max-width:1199px) {
	.standorte.-service #map-wrapper .legende {
		bottom: 30px
	}
}

@media screen and (max-width:991px) {
	.standorte.-service #map-wrapper .legende {
		bottom: -65px;
		left: 50%;
		transform: translateX(-50%);
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5)
	}
}

.standorte.-service #map-wrapper .legende.visible {
	opacity: 1;
	transition: opacity .5s ease-out
}

.standorte.-service #map-wrapper .legende svg {
	display: inline-block
}

.standorte.-service .service-tooltip {
	position: absolute;
	cursor: pointer;
	margin-left: -12px;
	margin-top: -33px;
	opacity: 0
}

.standorte.-service .service-tooltip.visible {
	opacity: 1;
	transition: opacity .2s, margin .2s
}

.standorte.-service .service-tooltip img {
	position: relative;
	z-index: 1;
	width: 28px;
	transition: width .2s
}

.standorte.-service .service-tooltip.tooltipped {
	margin-top: -120px;
	margin-left: -45px;
	transition: margin .2s;
	z-index: 999
}

.standorte.-service .service-tooltip.tooltipped img {
	width: 92px;
	transition: width .2s
}

.standorte.-service .services-link {
	display: block;
	margin-bottom: 50px
}

.standorte.-service .services-link p {
	margin: 0
}

.standorte.-service .services-link h4 {
	transition: color .25s ease
}

.standorte.-service .services-link svg circle {
	transition: fill .25s ease
}

.standorte.-service .services-link:hover {
	text-decoration: none
}

.standorte.-service .services-link:hover h4 {
	color: #ad2943;
	transition: color .25s ease
}

.standorte.-service .services-link:hover svg circle {
	fill: #ad2943;
	transition: fill .25s ease
}

@media screen and (max-width:767px) {
	.standorte-karte {
		display: none
	}

	.standorte-items {
		padding: 50px 0
	}
}

@media screen and (max-width:479px) {
	.standorte-items .standort-land {
		display: none
	}

	.standorte-items .standort-item {
		width: 100%;
		margin-left: 0;
		float: none
	}

	.standorte-items .standort-item .accordion-head {
		padding: 15px 50px 15px 15px
	}

	.standorte-items .standort-item .accordion-head:after {
		right: 5px
	}

	.standorte-items .standort-item .accordion-head h4 {
		font-size: 1em
	}

	.standorte-items .standort-item .accordion-head h3 {
		font-size: 1.25em
	}

	.standorte-items .standort-item .accordion-head h3 .smaller {
		font-size: 14px
	}

	.standorte-items .standort-item .accordion-body {
		padding: 15px
	}
}

.tooltipster-base {
	width: 300px !important;
	margin-top: -25px
}

.tooltipster-base .tooltipster-box {
	background: #fff;
	border: 0;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
	border-radius: 0;
	position: relative
}

.tooltipster-base .tooltipster-content {
	overflow: initial;
	padding: 15px 25px;
	color: #0d1147
}

.tooltipster-base .tooltipster-content h4 {
	font-size: 1em;
	font-weight: 700;
	color: #0d1147;
	margin-top: 0
}

.tooltipster-base .tooltipster-content p {
	font-size: .725em;
	color: #9b9b9b;
	margin-bottom: 5px
}

.tooltipster-base .tooltipster-content .col-md-4 p {
	margin-top: 5px;
	margin-bottom: 7px
}

.tooltipster-base .tooltipster-content .tooltip-services {
	display: inline-block
}

.tooltipster-base .tooltipster-content .tooltip-services svg {
	width: 24px;
	opacity: .4
}

.tooltipster-base .tooltipster-content .tooltip-services svg.has-service {
	opacity: 1
}

.tooltipster-base .tooltipster-arrow-background,
.tooltipster-base .tooltipster-arrow-border {
	border-right-color: #fff !important
}

.tooltipster-sidetip.tooltipster-top {
	width: auto !important;
	margin-top: -3px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-right-color: transparent !important;
	border-top-color: #fff
}

.header-image,
.header-video {
	height: 47vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 3
}

.header-image .h1,
.header-image h1,
.header-video .h1,
.header-video h1 {
	color: #fff;
	font-size: 3em;
	margin: 0;
	font-weight: 300;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, .3)
}

@media screen and (max-width:1560px) {

	.header-image .h1,
	.header-image h1,
	.header-video .h1,
	.header-video h1 {
		font-size: 2.5em
	}
}

.header-image--text,
.header-video--text {
	background-color: #006bb0;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
	padding: 20px 25px;
	margin-top: 25px
}

@media screen and (max-width:767px) {

	.header-image--text,
	.header-video--text {
		display: none
	}
}

.header-image--text p,
.header-video--text p {
	color: #fff;
	font-size: 1.125em !important;
	font-weight: 300
}

.header-image--text p:last-child,
.header-video--text p:last-child {
	margin-bottom: 0
}

@media screen and (max-width:1560px) {

	.header-image--text p,
	.header-video--text p {
		font-size: 16px !important
	}
}

@media screen and (max-width:767px) {

	.header-image--text p,
	.header-video--text p {
		font-size: 14px !important
	}
}

.header-image .static,
.header-video .static {
	position: static
}

.header-image .row,
.header-video .row {
	position: relative
}

.more-container,
.slideshow .slick-slide .more-container {
	padding-left: 15px;
	padding-right: 15px;
	position: relative
}

.more-container .more,
.slideshow .slick-slide .more-container .more {
	background-color: #006bb0;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
	padding: 50px 75px 75px;
	margin-top: 25px;
	position: absolute;
	top: 0;
	right: 15px;
	left: 15px;
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s
}

.more-container .more a,
.more-container .more h1,
.more-container .more h2,
.more-container .more h3,
.more-container .more h4,
.more-container .more h5,
.more-container .more li,
.more-container .more p,
.slideshow .slick-slide .more-container .more a,
.slideshow .slick-slide .more-container .more h1,
.slideshow .slick-slide .more-container .more h2,
.slideshow .slick-slide .more-container .more h3,
.slideshow .slick-slide .more-container .more h4,
.slideshow .slick-slide .more-container .more h5,
.slideshow .slick-slide .more-container .more li,
.slideshow .slick-slide .more-container .more p {
	color: #fff;
	font-weight: 300
}

.more-container .more p:last-child,
.slideshow .slick-slide .more-container .more p:last-child {
	margin-bottom: 0
}

.more-container .more ul li:before,
.slideshow .slick-slide .more-container .more ul li:before {
	background: #fff !important
}

.more-container .more li,
.more-container .more p,
.slideshow .slick-slide .more-container .more li,
.slideshow .slick-slide .more-container .more p {
	font-size: 1.125em
}

@media screen and (max-width:991px) {

	.more-container .more li,
	.more-container .more p,
	.slideshow .slick-slide .more-container .more li,
	.slideshow .slick-slide .more-container .more p {
		font-size: 16px
	}
}

@media screen and (max-width:767px) {

	.more-container .more li,
	.more-container .more p,
	.slideshow .slick-slide .more-container .more li,
	.slideshow .slick-slide .more-container .more p {
		font-size: 14px
	}
}

.more-container .more a,
.slideshow .slick-slide .more-container .more a {
	text-decoration: underline
}

.more-container .more strong a,
.slideshow .slick-slide .more-container .more strong a {
	text-decoration: underline;
	font-weight: 700
}

.more-container .more h2,
.more-container .more p.h2,
.slideshow .slick-slide .more-container .more h2,
.slideshow .slick-slide .more-container .more p.h2 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 30px;
	position: relative;
	text-transform: none;
	padding-bottom: 5px
}

.more-container .more p.h3,
.slideshow .slick-slide .more-container .more p.h3 {
	font-size: 1.4em !important
}

.more-container .more .h3,
.more-container .more h3,
.slideshow .slick-slide .more-container .more .h3,
.slideshow .slick-slide .more-container .more h3 {
	margin-top: 20px;
	margin-bottom: 15px;
	text-transform: none;
	padding-bottom: 5px
}

.more-container .more .h4,
.more-container .more h4,
.slideshow .slick-slide .more-container .more .h4,
.slideshow .slick-slide .more-container .more h4 {
	margin-top: 5px;
	text-transform: none;
	padding-bottom: 5px
}

.more-container .more .h2:after,
.more-container .more .h3:after,
.more-container .more .h4:after,
.more-container .more .h5:after,
.more-container .more .h6:after,
.more-container .more h2:after,
.more-container .more h3:after,
.more-container .more h4:after,
.more-container .more h5:after,
.more-container .more h6:after,
.slideshow .slick-slide .more-container .more .h2:after,
.slideshow .slick-slide .more-container .more .h3:after,
.slideshow .slick-slide .more-container .more .h4:after,
.slideshow .slick-slide .more-container .more .h5:after,
.slideshow .slick-slide .more-container .more .h6:after,
.slideshow .slick-slide .more-container .more h2:after,
.slideshow .slick-slide .more-container .more h3:after,
.slideshow .slick-slide .more-container .more h4:after,
.slideshow .slick-slide .more-container .more h5:after,
.slideshow .slick-slide .more-container .more h6:after {
	content: " ";
	display: block;
	position: absolute;
	width: 100px;
	height: 2px;
	left: 0;
	z-index: 1;
	background-color: #fff;
	bottom: -5px
}

@media screen and (max-width:767px) {

	.more-container .more,
	.slideshow .slick-slide .more-container .more {
		padding: 20px
	}
}

.more-container.active .more,
.slideshow .slick-slide .more-container.active .more {
	opacity: 1;
	pointer-events: auto
}

.more-container .close-container,
.slideshow .slick-slide .more-container .close-container {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: #104b79
}

.more-container .close-container.bottom,
.slideshow .slick-slide .more-container .close-container.bottom {
	top: auto;
	bottom: 0
}

.more-container .close,
.slideshow .slick-slide .more-container .close {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	opacity: 1
}

.more-container .close:hover,
.slideshow .slick-slide .more-container .close:hover {
	opacity: .8
}

.more-container .close:after,
.more-container .close:before,
.slideshow .slick-slide .more-container .close:after,
.slideshow .slick-slide .more-container .close:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 40%;
	top: 50%;
	left: 30%;
	margin-top: -1px;
	background: #fff
}

.more-container .close:before,
.slideshow .slick-slide .more-container .close:before {
	transform: rotate(45deg)
}

.more-container .close:after,
.slideshow .slick-slide .more-container .close:after {
	transform: rotate(-45deg)
}

.more-button {
	color: #fff;
	float: right;
	position: relative;
	padding-right: 15px;
	display: inline-block;
	bottom: 15px
}

.more-button:after {
	content: "";
	position: absolute;
	display: block;
	width: 7px;
	height: 7px;
	top: 8px;
	right: 0;
	transform: rotate(45deg);
	border: 2px solid #fff;
	border-bottom: none;
	border-left: none
}

.more-button:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 15px;
	height: 2px;
	background: #fff;
	opacity: 0;
	transition: opacity .2s ease-out
}

.more-button:hover {
	color: #fff;
	text-decoration: none
}

.more-button:hover:before {
	opacity: 1;
	transition: opacity .2s ease-in
}

.header-without-image {
	padding-top: 35px
}

.header-without-image .h1,
.header-without-image h1 {
	margin-top: 5px
}

.header-video {
	overflow: hidden;
	position: relative
}

.header-video video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	max-width: 150%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

@media screen and (max-width:991px) {

	.header-image,
	.header-video {
		height: auto;
		min-height: 220px;
		padding: 25px 0
	}

	.header-image .focuspoint,
	.header-video .focuspoint {
		min-height: 220px
	}

	.header-image h1,
	.header-video h1 {
		font-size: 1.8em !important
	}
}

.slideshow {
	position: relative;
	z-index: 99
}

.slideshow.activateOverflow .slick-list {
	overflow: visible !important;
	z-index: 99
}

.slideshow video {
	width: 100%;
	-o-object-fit: inherit;
	object-fit: inherit
}

.slideshow img {
	width: 100%
}

.slideshow .slick-slider {
	z-index: 99
}

.slideshow .slick-slider .media {
	height: calc(80vh - 97px);
	overflow: hidden;
	margin-top: 0 !important
}

.slideshow .slick-slider .media .slick-video {
	position: relative;
	z-index: 1
}

.slideshow .slick-slider .media .vimeo-bg-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.slideshow .slick-slider .slick-dots {
	bottom: 0
}

.slideshow .slick-slider .slick-dots li {
	width: 50px;
	height: 50px;
	border-top: 2px solid #fff;
	padding: 0;
	margin: 0 5px;
	position: relative
}

@media screen and (max-width:767px) {
	.slideshow .slick-slider .slick-dots li {
		height: 35px
	}
}

.slideshow .slick-slider .slick-dots li button {
	background: #fff;
	height: 2px;
	padding: 0;
	width: 0;
	position: absolute;
	top: -2px
}

.slideshow .slick-slider .slick-dots li button:before {
	display: none
}

.slideshow .slick-slider .slick-dots li button.prev {
	background: #ad2943;
	width: 100% !important
}

.slideshow .slick-slider .slick-dots li.slick-active button {
	background: #ad2943;
	transition: none
}

.slideshow .slick-slide {
	position: relative;
	height: 100%;
	width: 100%
}

.slideshow .slick-slide_content {
	position: absolute;
	z-index: 2;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%)
}

.slideshow .slick-slide_content.container {
	padding-left: 0;
	padding-right: 30px
}

.slideshow .slick-slide_content .text p,
.slideshow .slick-slide_content h1 {
	color: #fff;
	font-size: 3.25em !important;
	font-weight: 300;
	line-height: 1.6;
	margin: 0;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, .3)
}

.slideshow .slick-slide h2 {
	margin-top: 0;
	margin-bottom: 5px;
	color: #fff;
	font-size: 5.75em;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase
}

.slideshow .slick-slide h3 {
	color: #fff;
	font-size: 2.875em;
	font-weight: 300;
	margin: 0
}

.slideshow .slick-slide .ll-button {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 50px;
	margin-bottom: 0
}

.slideshow .scroll-to {
	width: 40px;
	height: 70px;
	margin-left: -20px;
	bottom: 10vh;
	margin-top: -35px;
	box-shadow: inset 0 0 0 1px #fff;
	border-radius: 25px;
	position: absolute;
	left: 50%;
	cursor: pointer
}

.slideshow .scroll-to:before {
	position: absolute;
	left: 50%;
	content: "";
	width: 16px;
	height: 16px;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	transform: rotate(45deg);
	margin-left: -8px;
	top: 8px;
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll
}

@-webkit-keyframes scroll {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translateY(37px) rotate(45deg)
	}
}

@keyframes scroll {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translateY(37px) rotate(45deg)
	}
}

@media screen and (max-width:1199px) {
	.slideshow .slick-slider .media {
		height: 50vh;
		min-height: 330px;
		max-height: 500px
	}

	.slideshow .slick-slider .vimeo iframe {
		min-width: 220vw;
		min-height: 153vh
	}

	.slideshow .slick-dots li {
		height: 20px !important
	}

	.slideshow .slick-slide_content .text p,
	.slideshow .slick-slide_content h1 {
		font-size: 2.5em !important
	}
}

@media screen and (max-width:991px) {

	.slideshow img,
	.slideshow video {
		-o-object-fit: cover;
		object-fit: cover;
		width: 100%;
		height: 100%
	}

	.slideshow .slick-slide_content .text p {
		font-size: 2em
	}
}

@media screen and (max-width:767px) {
	.slideshow .slick-slide .slider-progress {
		margin-top: 0
	}

	.slideshow .slick-slider .media {
		height: 40vh;
		min-height: 330px;
		max-height: 500px
	}

	.slideshow .slick-slide_content .text p,
	.slideshow .slick-slide_content h1 {
		font-size: 2.25em !important
	}

	.slideshow .slick-dots li {
		height: 20px !important
	}

	.slideshow .slick-slide .ll-button {
		min-width: 0 !important
	}

	.slideshow .header-image--text p,
	.slideshow .header-video--text p {
		margin-bottom: 10px
	}

	.slideshow .scroll-to {
		display: none
	}
}

.subpage-slideshow {
	background: #fff;
	padding-bottom: 0;
	min-height: 0;
	min-width: 0
}

.subpage-slideshow .slick-slide {
	display: none
}

.subpage-slideshow .slick-slide:after {
	content: "";
	box-shadow: inset 0 4px 20px 0 rgba(0, 0, 0, .3);
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0
}

.subpage-slideshow .focuspoint {
	max-width: 2560px;
	height: 100%;
	min-height: 47vh
}

.subpage-slideshow .slick-track {
	min-height: 0;
	min-width: 0
}

.subpage-slideshow .slick-track .slick-slide {
	display: none;
	height: auto;
	align-items: center;
	justify-content: center;
	min-height: 0
}

.subpage-slideshow .slick-slider {
	display: none
}

.subpage-slideshow .slick-slider.slick-initialized {
	display: block
}

.subpage-slideshow .slick-slider.slick-initialized .slick-slide {
	display: flex
}

.subpage-slideshow .slick-slider .focuspoint {
	width: 100%
}

.subpage-slideshow .slick-slide:focus {
	outline: none
}

.subpage-slideshow .slick-slide_content {
	padding: 0;
	position: relative
}

.subpage-slideshow .slick-slide_content h2,
.subpage-slideshow .slick-slide_content p.h2 {
	padding-top: 0;
	color: #ad2943;
	font-size: 3.25em;
	margin-top: 0;
	font-weight: 300
}

.subpage-slideshow .slick-slide_content p {
	color: #676767;
	font-size: 16px
}

.subpage-slideshow .slick-dots {
	bottom: -60px;
	left: 0
}

.subpage-slideshow .slick-dots li {
	margin-bottom: 0
}

.subpage-slideshow .slick-dots li.slick-active button {
	background: #ad2943
}

.subpage-slideshow .slick-dots li:before {
	display: none;
	margin: 0;
	padding: 0
}

.subpage-slideshow .slick-dots li button {
	border: 1px solid #ad2943;
	border-radius: 100%;
	height: 16px;
	width: 16px
}

.subpage-slideshow .slick-dots li button:before {
	display: none
}

.subpage-slideshow .slick-dots li button:hover {
	background: #ad2943
}

@media screen and (max-width:991px) {
	.subpage-slideshow {
		height: auto
	}

	.subpage-slideshow .focuspoint {
		min-height: 340px
	}
}

@media screen and (min-width:768px) {
	.subpage-slideshow .slick-slide_content img {
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		bottom: auto;
		right: auto;
		transform: translate(-50%, -50%);
		max-height: 100%
	}

	.subpage-slideshow .col-center {
		min-height: 340px
	}
}

@media screen and (min-width:992px) {

	.subpage-slideshow .col-center,
	.subpage-slideshow .focuspoint {
		min-height: 47vh
	}
}

@media screen and (min-width:1200px) {

	.subpage-slideshow .col-center,
	.subpage-slideshow .focuspoint {
		min-height: 47vh
	}

	.subpage-slideshow .slick-slide_content h2,
	.subpage-slideshow .slick-slide_content p.h2 {
		font-size: 4.25em
	}

	.subpage-slideshow .slick-slide_content p {
		font-size: 18px
	}
}

.seo-kachel {
	display: block;
	position: relative;
	overflow: hidden;
	transition: background .5s;
	background-size: cover
}

@media screen and (max-width:1199px) {
	.seo-kachel {
		background: url(../images/ll_seo-box_background_blur.jpg) no-repeat 50% !important;
		height: auto !important;
		margin-bottom: 25px;
		background-size: 100% 100% !important;
		padding: 20px 20px 50px
	}
}

.seo-kachel .h2,
.seo-kachel h2 {
	position: absolute;
	bottom: 8px;
	left: 16px;
	font-weight: 300;
	font-size: 2.75em;
	color: inherit;
	transition: bottom .5s .25s
}

.seo-kachel .h2:after,
.seo-kachel h2:after {
	display: none
}

@media screen and (max-width:1199px) {

	.seo-kachel .h2,
	.seo-kachel h2 {
		position: static;
		margin-top: 0
	}
}

.seo-kachel .seo-text {
	padding: 15px;
	position: absolute;
	bottom: -100%;
	transition: bottom .5s
}

@media screen and (max-width:1199px) {
	.seo-kachel .seo-text {
		position: static;
		padding: 0
	}
}

.seo-kachel .seo-text p {
	color: inherit
}

.seo-kachel .seo-text p:last-child {
	margin-bottom: 0
}

.seo-kachel .continue {
	position: absolute;
	right: 15px;
	bottom: 15px
}

.seo-kachel .continue span {
	font-weight: 700;
	padding-right: 15px;
	opacity: 0;
	color: inherit;
	transition: opacity .2s
}

@media screen and (max-width:1199px) {
	.seo-kachel .continue span {
		opacity: 1
	}
}

.seo-kachel .continue:after {
	content: "";
	position: absolute;
	display: block;
	width: 7px;
	height: 7px;
	top: 7px;
	right: 0;
	transform: rotate(45deg);
	border-width: 2px;
	border-style: solid solid none none;
	border-color: inherit;
	border-bottom: none;
	border-left: none
}

.seo-kachel.hover,
.seo-kachel:focus,
.seo-kachel:hover {
	transition: background .5s;
	text-decoration: none
}

.seo-kachel.hover h2,
.seo-kachel:focus h2,
.seo-kachel:hover h2 {
	bottom: 70%;
	transition: bottom .5s
}

.seo-kachel.hover .seo-text,
.seo-kachel:focus .seo-text,
.seo-kachel:hover .seo-text {
	bottom: 23%;
	transition: bottom .5s .25s
}

.seo-kachel.hover .continue span,
.seo-kachel:focus .continue span,
.seo-kachel:hover .continue span {
	opacity: 1;
	transition: opacity .2s
}

@media (min-width:1200px) and (max-width:1560px) {
	.seo-kachel h2 {
		font-size: 2em
	}

	.seo-kachel.hover h2,
	.seo-kachel:focus h2,
	.seo-kachel:hover h2 {
		bottom: 75%
	}

	.seo-kachel.hover .seo-text,
	.seo-kachel:focus .seo-text,
	.seo-kachel:hover .seo-text {
		bottom: 10%
	}
}

.services {
	background: #0000ff;
	border-radius: 100%;
	margin: 100px auto;
	position: relative;
	width: 600px;
	transition: width .2s linear
}

.services:before {
	content: "";
	display: block;
	padding-top: 100%
}

.services-point {
	position: absolute;
	display: block;
	cursor: pointer
}

.services-point:after,
.services-point:before {
	display: block;
	content: "";
	border-radius: 100%
}

.services-point:before {
	width: 34px;
	height: 34px;
	background: #fff;
	border: 3px solid #0000ff
}

.services-point:after {
	width: 22px;
	height: 22px;
	background: #0000ff;
	opacity: 0;
	position: absolute;
	right: 6px;
	top: 6px;
	transition: opacity .2s
}

.services-point.active:after,
.services-point:hover:after {
	opacity: 1;
	transition: opacity .2s
}

.services-point.active h4,
.services-point:hover h4 {
	color: #343434;
	transition: color .2s
}

.services-point h4 {
	font-size: 1.125em;
	font-weight: 700;
	color: #9b9b9b;
	position: absolute;
	right: 150%;
	top: -3px;
	white-space: nowrap;
	transition: color .2s
}

.services-point#kontakt {
	top: -16.5px;
	left: 50%;
	right: auto;
	transform: translateX(-50%)
}

.services-point#kontakt h4 {
	transform: translateX(-50%);
	top: -45px;
	left: 50%;
	right: auto
}

.services-point#retrofit {
	top: 7%;
	left: 18.5%
}

.services-point#kundendienst {
	left: .5%;
	top: 30%
}

.services-point#teleservice {
	left: -2.5%;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%)
}

.services-point#inbetriebnahme {
	left: 50%;
	top: auto !important;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%)
}

.services-point#inbetriebnahme h4 {
	transform: translateX(-50%);
	right: auto;
	left: 50%;
	top: auto
}

.services-point#schulung {
	left: 6.5%;
	top: 76%
}

.services-point#entwicklung {
	right: 6.5%;
	top: 76%
}

.services-point#entwicklung h4 {
	right: auto;
	left: 150%
}

.services-point#ersatzteile {
	left: 5.5%;
	top: 20%
}

.services-point#applikationslabor {
	right: 5.5%;
	top: 20%
}

.services-point#applikationslabor h4 {
	right: auto;
	left: 150%
}

.services-point#mietplattform {
	right: -2.5%;
	top: 47%
}

.services-point#mietplattform h4 {
	right: auto;
	left: 150%
}

.services-content {
	position: absolute;
	width: 65%;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	transform: translate(-50%, -50%);
	text-align: center;
	display: none
}

.services-content img {
	margin-bottom: 25px
}

.services-content h3,
.services-content p {
	color: #fff
}

.services-content h3:after,
.services-content p:after {
	display: none
}

.services-content p:last-child {
	margin-bottom: 0
}

.services-content.kontakt {
	display: block
}

.services-content .ll-button {
	background: none;
	color: #fff;
	border: 1px solid #fff;
	margin: 0
}

.services-content .ll-button:hover {
	background: #fff;
	color: #0000ff !important
}

@media screen and (max-width:1199px) {
	.services {
		width: 360px;
		transition: width .2s linear
	}

	.services .services-point:after {
		right: 6.3px
	}

	.services .services-point#retrofit {
		right: auto;
		left: 13.5%
	}

	.services .services-point#kundendienst {
		left: -1.5%
	}

	.services .services-point#teleservice {
		left: -4.5%
	}

	.services .services-point#ersatzteile {
		left: 2.5%
	}

	.services .services-point#applikationslabor {
		right: 2.5%
	}
}

@media screen and (max-width:1199px) {
	.services {
		width: 360px;
		transition: width .2s linear
	}

	.services h4,
	.services p {
		font-size: .875em
	}

	.services img {
		width: 40%
	}

	.services .services-point:after {
		right: 6.3px
	}

	.services .services-point#kontakt h4 {
		top: -32px
	}

	.services .services-point#entwicklung h4 {
		bottom: -32px
	}

	.services .services-point #ersatzteile:after {
		right: 5.3px
	}
}

@media (max-width:870px) {
	.services {
		width: auto;
		background: none;
		margin: 50px 0
	}

	.services:before {
		display: none
	}

	.services-point {
		cursor: pointer;
		position: relative;
		margin-bottom: 0;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		transform: translate(0) !important
	}

	.services-point:after,
	.services-point:before {
		display: none
	}

	.services-point h4 {
		position: static;
		transform: translate(0) !important;
		padding: 15px 75px 15px 30px;
		margin: 0;
		background: #fff;
		color: #676767;
		font-size: 1.75em;
		font-weight: 400;
		box-shadow: none;
		transition: box-shadow .25s ease
	}

	.services-point.active h4,
	.services-point:hover h4 {
		box-shadow: 0 3px 6px rgba(37, 36, 32, .29);
		transition: box-shadow .25s ease
	}

	.services-point:after {
		position: absolute;
		content: "";
		display: block;
		width: 22px;
		height: 22px;
		top: 50%;
		right: 25px;
		border: 1px solid #676767;
		border-top: none;
		border-right: none;
		transform: rotate(-45deg) translateY(-23px);
		border-radius: 0;
		background: none;
		opacity: 1
	}

	.services-point.active h4 {
		color: #ad2943;
		margin-bottom: 1px
	}

	.services-point.active:after {
		border: 1px solid #ad2943;
		border-bottom: none;
		border-left: none;
		top: 42px
	}

	.services-content {
		transform: translate(0) !important;
		position: static;
		padding: 30px 15px;
		background: #fff;
		width: 100%;
		margin-bottom: 10px;
		box-shadow: 0 2px 2px rgba(37, 36, 32, .29)
	}

	.services-content img {
		display: none
	}

	.services-content .ll-button {
		border: 1px solid #0000ff;
		color: #0d1147 !important
	}

	.services-content .ll-button:hover {
		color: #fff !important;
		background: #0000ff
	}

	.services-content h3,
	.services-content p {
		color: #0d1147;
		text-align: left
	}

	.services-content p:last-child {
		margin-bottom: 0
	}
}

@media screen and (max-width:767px) {
	.services-point h4 {
		font-size: 1.125em;
		padding: 15px
	}

	.services-point:after {
		top: 28px;
		right: 0 !important;
		width: 15px;
		height: 15px
	}

	.services-point.active:after {
		top: 38px;
		right: 0;
		width: 15px;
		height: 15px
	}
}

.download-items {
	display: flex;
	margin-top: 20px;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

.download-items .download-link {
	text-decoration: none;
	display: flex;
	width: 100%;
	height: 100%;
	flex: 1 1 100%
}

.download-items .download-item {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 15px
}

@media screen and (max-width:1560px) {
	.download-items .download-item {
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media screen and (max-width:991px) {
	.download-items .download-item {
		flex: 0 0 100%;
		max-width: 100%
	}
}

.download-items .download-item .download-box {
	background: #fff;
	border: 1px solid #eaeaea;
	text-decoration: none;
	transition: box-shadow .3s;
	display: flex;
	width: 100%
}

.download-items .download-item .download-box .download-image {
	max-width: 122px;
	margin-right: 10px;
	flex: 0 0 auto
}

@media screen and (max-width:479px) {
	.download-items .download-item .download-box .download-image {
		display: none
	}
}

.download-items .download-item .download-box .txt-holder {
	padding: 10px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.download-items .download-item .download-box .txt-holder .category {
	color: #333;
	font-size: 12px
}

.download-items .download-item .download-box .txt-holder h4 {
	font-size: 19px;
	font-weight: 700;
	color: #333;
	line-height: 1.4em;
	position: relative
}

.download-items .download-item .download-box .txt-holder h4:after {
	content: "";
	display: block;
	position: absolute;
	height: 3px;
	opacity: 0;
	width: 0;
	background: #ad2943;
	transition: all 1s cubic-bezier(0, .55, .45, 1);
	bottom: -10px;
	left: 0;
	z-index: 1
}

.download-items .download-item .download-box .txt-holder .download-btn {
	color: #006eb7;
	font-size: 14px;
	transition: background .3s, padding .3s;
	display: inline-block;
	padding: 10px 0
}

.download-items .download-item .download-box:hover {
	box-shadow: 0 7px 16px rgba(0, 0, 0, .1607843137254902)
}

.download-items .download-item .download-box:hover .txt-holder .download-btn {
	background: #0000ff;
	color: #fff;
	padding: 10px
}

.download-items .download-item .download-box:hover .txt-holder h4:after {
	width: 90px;
	opacity: 1
}

.download-list h3 {
	color: #333;
	font-size: 32px
}

.download-list h3:after {
	content: none
}

.download-list .download-categories {
	margin-bottom: 40px
}

.download-list .download-categories a {
	color: #006eb7;
	margin-right: 20px
}

.download-list .download-categories a:last-child {
	margin-right: 0
}

.download-list .download-categories a.active {
	color: #ad2943
}

.download-list .download-categories a:hover {
	text-decoration: none;
	color: #ad2943
}

.download-detail h3 {
	color: #333;
	font-size: 32px
}

.download-detail h3:after {
	content: none
}

.download-detail .text-holder {
	max-width: 490px;
	margin-bottom: 20px
}

.download-detail .text-holder .headline {
	font-size: 24px
}

.download-detail .text-holder .description {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px
}

.download-detail .form-download label {
	font-size: 14px;
	display: flex;
	align-items: center;
	font-weight: 400
}

.download-detail .form-download .ll-checkbox {
	display: flex
}

.download-detail .form-download .ll-checkbox input[type=checkbox] {
	margin-right: 5px
}

.download-detail .download-item {
	flex: 0 0 100%;
	max-width: 100%
}

.download-detail .download-item .download-box:hover {
	box-shadow: none
}

.download-detail .download-item .download-box .txt-holder h4:after {
	width: 90px;
	opacity: 1
}

._download-element {
	display: block;
	width: 48.8%;
	margin-right: 1.2%;
	float: left;
	box-shadow: inset 0 0 0 1px #eaeaea;
	background: linear-gradient(180deg, #fff, #f9f9f9);
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
	padding-right: 15px
}

._download-element .download-image {
	overflow: hidden;
	float: left;
	width: 30%;
	margin: 10px;
	background: #fff
}

._download-element .download-image img {
	transform: scale(1);
	transition: all .2s
}

._download-element .ce-uploads-fileName {
	width: 55%;
	margin-left: 15px;
	margin-top: 25px;
	float: left;
	display: block;
	color: #0d1147;
	font-size: 1.4em;
	position: relative;
	padding-bottom: 35px
}

._download-element .ce-uploads-fileName:after {
	content: "";
	display: block;
	position: absolute;
	height: 3px;
	width: 0;
	background: #ad2943;
	transition: all .25s;
	bottom: 20px;
	left: 0;
	z-index: 1
}

._download-element .continue {
	position: absolute;
	right: 17px;
	bottom: 15px;
	font-size: .875em;
	color: #ad2943;
	padding-right: 15px
}

._download-element .continue span {
	opacity: 0;
	transition: opacity .2s
}

._download-element .continue:after {
	content: "";
	position: absolute;
	display: block;
	width: 7px;
	height: 7px;
	top: 5px;
	right: 0;
	transform: rotate(135deg);
	border: 2px solid #ad2943;
	border-bottom: none;
	border-left: none
}

._download-element:hover .download-image img {
	transform: scale(1.1);
	transition: all .2s
}

._download-element:hover .continue span {
	opacity: 1;
	transition: opacity .2s
}

._download-element:hover .ce-uploads-fileName:after {
	width: 100px
}

.sidebar ._download-element {
	width: 100%;
	margin-right: 0
}

.sidebar ._download-element .ce-uploads-fileName {
	font-size: 1em
}

@media screen and (max-width:767px) {
	._download-element {
		width: 100%;
		margin-right: 0
	}

	._download-element .ce-uploads-fileName {
		font-size: 1em
	}
}

.call-to-action {
	text-align: center;
	background: #ad2943;
	padding: 50px 35px
}

.call-to-action.last {
	margin-bottom: -50px
}

.call-to-action p {
	color: #fff;
	font-size: 1.75em;
	margin-bottom: 25px;
	font-weight: 300
}

.call-to-action .ll-button {
	background: #fff;
	color: #ad2943;
	box-shadow: 0 9px 17px -4px rgba(0, 0, 0, .3);
	font-size: 1.125em;
	padding: 10px 60px;
	margin: 0;
	border: 0
}

.call-to-action .ll-button:hover {
	color: #ad2943 !important;
	transform: translateY(-5px)
}

@media (max-width:1400px) {
	.call-to-action p {
		font-size: 1.5em
	}
}

@media screen and (max-width:1199px) {
	.call-to-action p {
		font-size: 1.25em
	}
}

@media screen and (max-width:991px) {
	.call-to-action p {
		font-size: 1.125em
	}
}

@media screen and (max-width:767px) {
	.call-to-action {
		padding: 25px 15px
	}

	.call-to-action .ll-button,
	.call-to-action p {
		font-size: 1em
	}
}

.call-to-action-sidebar {
	text-align: center;
	background: #ad2943;
	padding: 35px 40px;
	margin-bottom: 50px
}

.call-to-action-sidebar p {
	margin-bottom: 40px;
	color: #fff;
	font-weight: 300
}

.call-to-action-sidebar p.headline {
	font-size: 1.625em;
	font-weight: 400;
	margin-bottom: 20px
}

.call-to-action-sidebar p a {
	color: #fff;
	text-decoration: underline
}

.call-to-action-sidebar .ll-button {
	background: #fff;
	color: #ad2943;
	font-size: 1.125em;
	padding: 10px 40px;
	margin: 0;
	border: 0;
	min-width: auto
}

.call-to-action-sidebar .ll-button:hover {
	color: #ad2943 !important;
	transform: translateY(-5px)
}

@media (max-width:1560px) {
	.call-to-action-sidebar {
		padding: 20px 15px
	}

	.call-to-action-sidebar .ll-button {
		padding: 10px 20px
	}
}

.sidebar .teaser {
	margin-bottom: 50px
}

.sidebar .teaser.frontpage-item {
	margin-bottom: 30px
}

.ll-button-subheadline {
	background-color: #fff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2)
}

.ll-button-subheadline .subheadline {
	font-size: .563em;
	transition: .2s ease-in
}

.ll-button-subheadline .headline {
	font-size: .813em;
	transition: .2s ease-in
}

.ll-button-subheadline .minus {
	position: absolute;
	display: block;
	right: 48px;
	background-color: #9b9b9b;
	width: 14px;
	height: 1px;
	top: 50%;
	transform: translateY(50%);
	transition: .2s ease-in
}

.ll-button-subheadline:before {
	position: absolute;
	display: block;
	content: "";
	right: 30px;
	width: 47px;
	height: 47px;
	border: 1px solid #9b9b9b;
	border-radius: 100%;
	transition: .2s ease-in
}

.ll-button-subheadline:after {
	width: 7px;
	height: 7px;
	transition: .2s ease-in
}

.ll-button-subheadline:hover {
	color: #ad2943;
	transition: .25s ease-in;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .5)
}

.ll-button-subheadline:hover:after,
.ll-button-subheadline:hover:before {
	border: 1px solid #ad2943;
	transition: .25s ease-in
}

.ll-button-subheadline:hover:before {
	right: 20px
}

.ll-button-subheadline:hover:after {
	right: 40px;
	border-right: 0;
	border-top: 0;
	transform: rotate(-135deg) translateY(50%)
}

.ll-button-subheadline:hover .minus {
	background-color: #ad2943;
	right: 38px;
	transition: .25s ease-in
}

@media screen and (max-width:1200px) {
	.slick-dotted.slick-slider {
		margin-bottom: 0
	}

	.row {
		margin-bottom: 0 !important;
		flex-direction: column;
	}

	footer {
		margin-top: 30px
	}
}

@media screen and (max-width:768px) {
	.produktteaser p.teaser-headline:after {
		bottom: -7px
	}
}

.teaserlist {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch
}

.teaserlist .item {
	position: relative;
	flex-basis: auto;
	width: calc(50% - 30px);
	margin-right: 30px;
	margin-bottom: 30px;
	background-color: #f5f5f5;
	min-height: 150px;
	display: flex;
	border: 1px solid #eaeaea
}

@-webkit-keyframes fade_in_show {
	0% {
		opacity: 0;
		transform: scale(0)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes fade_in_show {
	0% {
		opacity: 0;
		transform: scale(0)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

@media (max-width:768px) {
	.teaserlist .item .text .desc {
		display: none
	}

	.teaserlist .item.active .desc {
		display: block;
		-webkit-animation: fade_in_show .5s;
		animation: fade_in_show .5s
	}
}

@media (max-width:992px) {
	.teaserlist .item {
		width: 100%;
		margin-right: 0 !important
	}
}

.teaserlist .item:after,
.teaserlist .item:before {
	position: absolute;
	content: "";
	background: #dadada
}

.teaserlist .item:after {
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	height: 5px;
	width: 30px
}

@media (max-width:992px) {
	.teaserlist .item:after {
		display: none
	}
}

.teaserlist .item:before {
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
	height: 30px;
	width: 5px
}

.teaserlist .item:nth-child(odd) {
	margin-right: 0
}

.teaserlist .item:nth-child(2n):after {
	display: none
}

.teaserlist .item:last-child:before,
.teaserlist .item:nth-last-child(2):before {
	display: none
}

@media (max-width:992px) {
	.teaserlist .item:nth-last-child(2):before {
		display: block
	}
}

.teaserlist .item:last-child:after {
	display: none
}

.teaserlist .item .icon {
	background: #0000ff;
	min-height: 150px;
	min-width: 150px;
	display: inline-block;
	position: relative
}

@media (max-width:690px) {
	.teaserlist .item .icon {
		display: none
	}
}

.teaserlist .item .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px
}

.teaserlist .item .text {
	padding: 30px 100px 30px 30px
}

@media (max-width:690px) {
	.teaserlist .item .text {
		padding: 30px 30px 50px
	}
}

.teaserlist .item .text .title {
	font-size: 18px;
	color: #006eb7;
	padding-bottom: 5px
}

.teaserlist .item .text .desc {
	color: #000
}

.teaserlist .item .continue {
	position: absolute;
	right: 17px;
	bottom: 10px;
	font-size: .875em;
	color: #fff;
	padding-right: 15px
}

.teaserlist .item .continue span {
	opacity: 0;
	position: relative;
	z-index: 1;
	transition: opacity .2s
}

.teaserlist .item .continue:after {
	content: "";
	position: absolute;
	display: block;
	width: 7px;
	height: 7px;
	top: 7px;
	right: 0;
	transform: rotate(45deg);
	border: 2px solid #0000ff;
	border-bottom: none;
	border-left: none
}

.teaserlist .item .continue:before {
	content: "";
	position: absolute;
	background: #0000ff;
	right: -17px;
	left: 130%;
	top: -10px;
	bottom: -10px;
	transition: all .2s ease-out
}

.teaserlist .item:hover {
	text-decoration: none
}

.teaserlist .item:hover .continue span {
	opacity: 1;
	transition: opacity .2s
}

.teaserlist .item:hover .continue:after {
	border-color: #fff
}

.teaserlist .item:hover .continue:before {
	left: -15px;
	transition: all .2s ease-in
}

.tx-solr-search-form {
	margin-bottom: 10px
}

.tx-solr-q {
	border: 1px solid #cfcecf;
	padding: 11px;
	width: 50%;
	margin-right: 4%
}

.tx-solr-submit {
	background-color: #cfcecf;
	border: none;
	padding: 6px;
	color: #494949;
	font-weight: 700;
	width: 15%
}

#tx-solr-pagination {
	margin: 20px 0;
	height: 20px
}

#tx-solr-pagination-results-per-page select {
	margin-left: 5px
}

#tx-solr-search-functions div.secondaryContentSection {
	padding: 0 0 10px;
	margin: 0 10px 2.4em 0;
	width: 100%
}

#tx-solr-search-functions .secondaryContentSection .csc-header {
	padding-left: 10px
}

#tx-solr-search-functions .secondaryContentSection .csc-header h1,
#tx-solr-search-functions .secondaryContentSection .csc-header h2,
#tx-solr-search-functions .secondaryContentSection .csc-header h3 {
	width: 100%
}

#tx-solr-sorting li {
	list-style-type: none;
	margin-left: 10px
}

#tx-solr-search .tx-solr-search-word {
	font-weight: 700
}

#tx-solr-search .results-list {
	margin-top: 35px;
	padding: 0
}

#tx-solr-search .results-list li {
	list-style: none inside;
	margin-left: 0
}

.results-entry {
	border-bottom: 1px solid #cfcecf;
	margin-bottom: 20px
}

.results-elevated {
	border: 1px solid #cfcecf;
	padding: 5px;
	background: #ffffef
}

.results-elevated-label {
	font-size: 50%;
	color: #cfcecf;
	padding-bottom: 5px
}

.results-topic {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 1.25em
}

.result-content {
	clear: both;
	margin-bottom: 15px !important
}

.results-highlight {
	background: #fdee53
}

#tx-solr-search ul.references li {
	list-style-type: disc
}

.relevance {
	height: 20px
}

.relevance-bar,
.relevance-label,
.relevance-percent {
	float: left;
	margin-right: 3px
}

.relevance-bar {
	height: 20px;
	padding-top: 3px
}

.tx-solr-relevance-bar {
	width: 100px;
	height: 8px;
	border: 1px solid #ccc;
	font-size: 1px;
	padding: 1px
}

.tx-solr-relevance,
.tx-solr-relevance-fill {
	margin-right: 0 !important;
	height: 8px;
	padding: 0;
	float: left
}

.tx-solr-relevance {
	background-color: #f18f0b
}

.tx-solr-relevance-fill {
	background-color: #ccc
}

.autocomplete-suggestions {
	overflow: auto;
	border: 1px solid #cbd3dd;
	background: #fff
}

.autocomplete-suggestion {
	overflow: hidden;
	padding: 5px 15px;
	white-space: nowrap;
	cursor: pointer
}

.autocomplete-suggestions strong {
	color: #006eb7;
	font-weight: 400
}

.autocomplete-selected {
	background: #f0f0f0
}

.tx-catalog .f3-widget-paginator li:not(.next) {
	display: none
}

.tx-catalog .mietlaser-filter {
	margin-bottom: 50px
}

.tx-catalog .mietlaser-filter label {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 20px
}

@media screen and (max-width:991px) {
	.tx-catalog .mietlaser-filter label {
		margin-bottom: 5px
	}
}

.tx-catalog .mietlaser-filter select {
	border-color: #0000ff;
	color: #006eb7;
	background: #f5f5f5;
	margin-bottom: 20px
}

.tx-catalog .mietlaser-filter select option.available {
	background: #fff;
	font-weight: 700
}

.tx-catalog .mietlaser-filter .filter-items {
	margin-top: 20px
}

.tx-catalog .mietlaser-filter .filter-items .filter-btn {
	margin-right: 10px
}

.tx-catalog .mietlaser-liste .f3-widget-paginator {
	width: 100%;
	text-align: center;
	margin-top: 10px
}

.tx-catalog .mietlaser-liste .f3-widget-paginator li:before {
	content: none
}

.tx-catalog .mietlaser-liste .f3-widget-paginator li.next a {
	text-decoration: none;
	border: 1px solid #0000ff;
	padding: 10px 20px;
	border-radius: 0;
	transition: color .3s, background .3s
}

.tx-catalog .mietlaser-liste .f3-widget-paginator li.next a:hover {
	background: #0000ff;
	color: #fff
}

.tx-catalog .mietlaser-liste .laserlist-wrapper {
	display: flex;
	flex-wrap: wrap
}

.tx-catalog .mietlaser-liste .laser-item {
	margin-bottom: 3rem;
	flex: 0 0 25%;
	max-width: 25%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	display: flex;
	flex-direction: column
}

@media screen and (max-width:1199px) {
	.tx-catalog .mietlaser-liste .laser-item {
		flex: 33.333333%;
		max-width: 33.333333%
	}
}

@media screen and (max-width:991px) {
	.tx-catalog .mietlaser-liste .laser-item {
		flex: 50%;
		max-width: 50%
	}
}

@media screen and (max-width:479px) {
	.tx-catalog .mietlaser-liste .laser-item {
		flex: 100%;
		max-width: 100%
	}
}

.tx-catalog .mietlaser-liste .laser-item .link-laser {
	overflow: hidden;
	position: relative;
	transition: box-shadow .3s;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1607843137254902);
	height: 100%;
	background: #fff
}

.tx-catalog .mietlaser-liste .laser-item .link-laser:hover {
	text-decoration: none
}

.tx-catalog .mietlaser-liste .laser-item .link-laser .description-laser {
	padding: 25px
}

.tx-catalog .mietlaser-liste .laser-item .link-laser .description-laser p {
	font-size: 18px;
	color: #006eb7;
	font-weight: 700
}

.tx-catalog .mietlaser-liste .laser-item .link-laser .description-laser h2 {
	font-size: 20px
}

.tx-catalog .mietlaser-liste .laser-item .link-laser .description-laser h2:after {
	content: "";
	display: block;
	position: absolute;
	height: 3px;
	width: 0;
	background: #ad2943;
	transition: all .25s;
	bottom: 7px;
	left: 0;
	z-index: 1
}

.tx-catalog .mietlaser-liste .laser-item .link-laser .description-laser .item-description {
	font-size: 14px;
	color: #7e7e7e;
	font-weight: 400
}

.tx-catalog .mietlaser-liste .laser-item .link-laser:hover {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137254902)
}

.tx-catalog .mietlaser-liste .laser-item .link-laser:hover h2:after {
	width: 88px
}

.tx-catalog .mietlaser-liste .laser-item .link-laser:hover .continue span {
	opacity: 1;
	transition: opacity .2s
}

.tx-catalog .mietlaser-liste .laser-item .link-laser:hover .continue:after {
	border-color: #fff
}

.tx-catalog .mietlaser-liste .laser-item .link-laser:hover .continue:before {
	right: -17px;
	left: -15px;
	transition: all .2s ease-in
}

.tx-catalog .mietlaser-liste .laser-item .link-laser .continue {
	position: absolute;
	right: 17px;
	bottom: 10px;
	font-size: .875em;
	color: #fff;
	padding-right: 15px
}

.tx-catalog .mietlaser-liste .laser-item .link-laser .continue span {
	opacity: 0;
	position: relative;
	z-index: 1;
	transition: opacity .2s
}

.tx-catalog .mietlaser-liste .laser-item .link-laser .continue:after {
	content: "";
	position: absolute;
	display: block;
	width: 7px;
	height: 7px;
	top: 7px;
	right: 0;
	transform: rotate(45deg);
	border: 2px solid #0000ff;
	border-bottom: none;
	border-left: none
}

.tx-catalog .mietlaser-liste .laser-item .link-laser .continue:before {
	content: "";
	position: absolute;
	background: #0000ff;
	right: -150px;
	top: -10px;
	left: 150%;
	bottom: -10px;
	transition: all .2s ease-out
}

.tx-catalog .mietlaser-liste ._link-laser {
	display: block;
	position: relative;
	background: #f5f5f5;
	margin-bottom: 25px
}

.tx-catalog .mietlaser-liste ._link-laser .line-laser {
	display: flex;
	align-items: center
}

@media screen and (max-width:479px) {
	.tx-catalog .mietlaser-liste ._link-laser .line-laser {
		display: block
	}
}

.tx-catalog .mietlaser-liste ._link-laser .description-laser,
.tx-catalog .mietlaser-liste ._link-laser .img-laser {
	display: inline-block
}

@media screen and (max-width:479px) {

	.tx-catalog .mietlaser-liste ._link-laser .description-laser,
	.tx-catalog .mietlaser-liste ._link-laser .img-laser {
		display: block
	}
}

.tx-catalog .mietlaser-liste ._link-laser .img-laser {
	padding-right: 50px
}

@media screen and (max-width:767px) {
	.tx-catalog .mietlaser-liste ._link-laser .img-laser {
		padding-right: 25px
	}
}

@media screen and (max-width:479px) {
	.tx-catalog .mietlaser-liste ._link-laser .img-laser {
		padding: 0
	}
}

.tx-catalog .mietlaser-liste ._link-laser .description-laser {
	padding-left: 50px;
	width: 100%
}

@media screen and (max-width:767px) {
	.tx-catalog .mietlaser-liste ._link-laser .description-laser {
		padding-left: 25px
	}
}

@media screen and (max-width:479px) {
	.tx-catalog .mietlaser-liste ._link-laser .description-laser {
		padding: 25px 15px
	}
}

.tx-catalog .mietlaser-liste ._link-laser .description-laser h2 {
	display: inline-block
}

.tx-catalog .mietlaser-liste ._link-laser .description-laser h2:after {
	transition: width .25s
}

.tx-catalog .mietlaser-liste ._link-laser p {
	margin: 0
}

.tx-catalog .mietlaser-liste ._link-laser span {
	display: block;
	position: absolute;
	height: 75px;
	width: 50px;
	background: #0000ff;
	right: -25px;
	top: 50%;
	transform: translateY(-50%);
	transition: background .25s
}

.tx-catalog .mietlaser-liste ._link-laser span:before {
	position: absolute;
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	top: 31px;
	left: 14px;
	border: 3px solid #fff;
	border-bottom: none;
	border-left: none;
	transition: border .5s;
	transform: rotate(45deg)
}

.tx-catalog .mietlaser-liste ._link-laser:hover {
	text-decoration: none
}

.tx-catalog .mietlaser-liste ._link-laser:hover span {
	background: #ad2943;
	transition: background .25s
}

.tx-catalog .mietlaser-liste ._link-laser:hover h2:after {
	width: 100%;
	transition: width .25s
}

.tx-catalog .mietlaser-detail h1 {
	color: #006eb7;
	font-size: 32px
}

.tx-catalog .mietlaser-detail .ll-checkbox {
	display: flex
}

.tx-catalog .mietlaser-detail .ll-checkbox input[type=checkbox] {
	margin-right: 5px
}

.tx-catalog .mietlaser-detail .contact-section {
	margin-top: 5rem
}

.tx-catalog .mietlaser-detail .contact-section .section-headline {
	margin-bottom: 2rem;
	display: block
}

.tx-catalog .mietlaser-detail .contact-section label {
	font-weight: 400;
	font-size: 14px
}

.tx-catalog .mietlaser-detail .contact-section .bg-white {
	background: #fff
}

.tx-catalog .mietlaser-detail .contact-section .company-box {
	padding: 20px
}

.tx-catalog .mietlaser-detail table {
	margin-bottom: 2.5rem;
	width: 100%;
	font-size: 18px
}

.tx-catalog .mietlaser-detail table tbody tr td {
	padding: 10px 15px
}

.tx-catalog .mietlaser-detail table tbody tr td:first-child {
	color: #7e7e7e;
	width: 25%
}

.tx-catalog .mietlaser-detail table tr td,
.tx-catalog .mietlaser-detail table tr th {
	border: none
}

.tx-catalog .mietlaser-detail table h3 {
	color: #006eb7;
	margin-bottom: 0
}

.tx-catalog .mietlaser-detail table h3:after {
	height: 4px;
	bottom: 3px
}

.tx-catalog .mietlaser-detail .image-holder {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .1607843137254902)
}

.tx-catalog .mietlaser-detail .image-holder.small {
	max-width: 100px;
	display: inline-block;
	margin-top: 20px;
	margin-right: 20px
}

.tx-catalog .mietlaser-detail .ll-button {
	margin-top: 50px;
	display: block
}

.tx-catalog .mietlaser-detail .laser-img {
	position: relative
}

.tx-catalog .mietlaser-detail .laser-img .state {
	display: block;
	background: #0000ff;
	padding: 15px 75px 15px 25px;
	position: absolute;
	bottom: 20%;
	right: -20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700
}

.tx-catalog .internal-list {
	margin: 50px 0
}

.tx-catalog .internal-list-item {
	margin-bottom: 10px
}

.tx-catalog .internal-list-item .laser-header {
	position: relative;
	background: #f5f5f5;
	padding: 30px 160px 30px 30px
}

.tx-catalog .internal-list-item .laser-header h3 {
	margin: 0;
	padding: 0
}

.tx-catalog .internal-list-item .laser-header h3:after {
	display: none
}

.tx-catalog .internal-list-item .laser-header h3 .amount {
	float: right
}

.tx-catalog .internal-list-item .laser-header a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 90px
}

.tx-catalog .internal-list-item .laser-header:after {
	cursor: pointer;
	position: absolute;
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	top: 50%;
	right: 25px;
	border: 1px solid #676767;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg) translateY(-23px)
}

.tx-catalog .internal-list-item .laser-header.trigger_active:after {
	border: 1px solid #676767;
	border-bottom: none;
	border-left: none;
	top: 54px
}

.tx-catalog .internal-list-item .laser-body {
	display: none;
	padding: 15px 30px;
	margin-top: 1px
}

.tx-catalog .internal-list-item .laser-body p:last-child {
	margin-bottom: 0 !important
}

.mietplattform {
	background: #f5f5f5
}

.mietplattform .tx-felogin-pi1 .login-form {
	padding: 50px;
	background: #0000ff;
	box-shadow: 0 2px 4px rgba(37, 36, 32, .23);
	color: #fff
}

.mietplattform .tx-felogin-pi1 .login-form i {
	font-size: 2.5em
}

.mietplattform .tx-felogin-pi1 .login-form h2,
.mietplattform .tx-felogin-pi1 .login-form h3 {
	margin-top: 10px;
	color: #fff;
	padding: 0
}

.mietplattform .tx-felogin-pi1 .login-form h2:after,
.mietplattform .tx-felogin-pi1 .login-form h3:after {
	display: none
}

.mietplattform .tx-felogin-pi1 .login-form form {
	margin-top: 35px
}

.mietplattform .tx-felogin-pi1 .login-form .form-control {
	width: 240px;
	margin: 0 auto;
	text-align: center
}

.mietplattform .tx-felogin-pi1 .login-form .form-group {
	margin-bottom: 35px !important
}

.mietplattform .tx-felogin-pi1 .login-form .ll-button,
.mietplattform .tx-felogin-pi1 .login-form input[type=submit] {
	border-color: #fff;
	color: #fff
}

.mietplattform .tx-felogin-pi1 .login-form .ll-button:hover,
.mietplattform .tx-felogin-pi1 .login-form input[type=submit]:hover {
	color: #006eb7 !important;
	border-color: #0000ff;
	background: #fff
}

.appointment .list-group-item {
	position: relative
}

.appointment .list-group-item .fa-info-circle {
	position: relative;
	z-index: 99
}

.appointment .list-group-item.active .download-ical svg {
	fill: #fff
}

.appointment .list-group-item .download-ical {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 99
}

.appointment .list-group-item .download-ical svg {
	fill: #0000ff
}

.appointment .list-group-item .download-ical:hover svg {
	fill: #000
}

.appointment .list-group-item .item {
	text-decoration: none
}

.appointment .list-group-item .item:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: ""
}

.appointment .list-group-item .item.active {
	color: #fff
}

.appointment #street {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1
}

.appointment .h4 {
	margin-bottom: 20px
}

.appointment .date-time {
	margin-bottom: 50px
}

.appointment .date-time .categories {
	margin-bottom: 20px
}

.appointment .datepicker .datepicker-inline {
	max-width: 300px;
	width: 100%
}

.appointment .datepicker .datepicker-inline .datepicker-days {
	background: #f8feff;
	padding: 20px
}

.appointment .datepicker .datepicker-inline .datepicker-days .table-condensed {
	width: 100%
}

.appointment .datepicker .datepicker-inline .datepicker-days .table-condensed .day {
	background: rgba(0, 110, 183, .2);
	color: #006eb7;
	border-radius: 30px
}

.appointment .datepicker .datepicker-inline .datepicker-days .table-condensed .day.disabled {
	background: none
}

.appointment .datepicker .datepicker-inline .datepicker-days .table-condensed .day.active {
	background: #0000ff;
	color: #fff
}

.userstatus {
	width: 100%;
	max-width: 500px;
	margin: 0 auto
}

.userstatus .status-container {
	padding: 30px 0
}

.subpage .ce-image img,
.subpage .ce-gallery img {
	width: 100%
}

.subpage .h3 {
	display: inline-block;
	width: 100%;
}

table.dataTable {
	width: 100%;
	margin: 0 auto;
	clear: both;
	border-collapse: separate;
	border-spacing: 0;
}

table.dataTable thead th,
table.dataTable tfoot th {
	font-weight: bold;
}

table.dataTable thead th,
table.dataTable thead td {
	padding: 10px 18px;
	border-bottom: 1px solid #111;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
	outline: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
	padding: 10px 18px 6px 18px;
	border-top: 1px solid #111;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	*cursor: hand;
	background-repeat: no-repeat;
	background-position: center right;
}

table.dataTable thead .sorting {
	background-image: url('../images/sort_both.png');
}

table.dataTable thead .sorting_asc {
	background-image: url('../images/sort_asc.png');
}

table.dataTable thead .sorting_desc {
	background-image: url('../images/sort_desc.png');
}

table.dataTable thead .sorting_asc_disabled {
	background-image: url('../images/sort_asc_disabled.png');
}

table.dataTable thead .sorting_desc_disabled {
	background-image: url('../images/sort_desc_disabled.png');
}

table.dataTable tbody tr {
	background-color: #ffffff;
}

table.dataTable tbody tr.selected {
	background-color: #B0BED9;
}

table.dataTable tbody th,
table.dataTable tbody td {
	padding: 8px 10px;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
	border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
	border-top: none;
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
	border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
	border-top: none;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
	background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
	background-color: #acbad4;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
	background-color: #f6f6f6;
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
	background-color: #aab7d1;
}

table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3,
table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3 {
	background-color: #fafafa;
}

table.dataTable.order-column tbody tr.selected>.sorting_1,
table.dataTable.order-column tbody tr.selected>.sorting_2,
table.dataTable.order-column tbody tr.selected>.sorting_3,
table.dataTable.display tbody tr.selected>.sorting_1,
table.dataTable.display tbody tr.selected>.sorting_2,
table.dataTable.display tbody tr.selected>.sorting_3 {
	background-color: #acbad5;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
	background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
	background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
	background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
	background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
	background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
	background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
	background-color: #fafafa;
}

table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
	background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
	background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
	background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
	background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
	background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
	background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
	background-color: #ececec;
}

table.dataTable.display tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
	background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
	background-color: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
	background-color: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
	background-color: #a5b2cb;
}

table.dataTable.no-footer {
	border-bottom: 1px solid #111;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
	white-space: nowrap;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
	padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
	padding: 4px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
	padding: 4px;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
	text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
	text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
	text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
	text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
	white-space: nowrap;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
	text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
	text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
	text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
	text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
	white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
	text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
	text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
	text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
	text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
	white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
	box-sizing: content-box;
}

.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
	zoom: 1;
}

.dataTables_wrapper .dataTables_length {
	float: left;
}

.dataTables_wrapper .dataTables_filter {
	float: right;
	text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
	margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_info {
	clear: both;
	float: left;
	padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: right;
	padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: 0.5em 1em;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
	border: 1px solid transparent;
	border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #333 !important;
	border: 1px solid #979797;
	background-color: white;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
	background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
	background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
	background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
	background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
	background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: default;
	color: #666 !important;
	border: 1px solid transparent;
	background: transparent;
	box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: white !important;
	border: 1px solid #111;
	background-color: #585858;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
	background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
	background: -moz-linear-gradient(top, #585858 0%, #111 100%);
	background: -ms-linear-gradient(top, #585858 0%, #111 100%);
	background: -o-linear-gradient(top, #585858 0%, #111 100%);
	background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	outline: none;
	background-color: #2b2b2b;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
	background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
	box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
	padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 40px;
	margin-left: -50%;
	margin-top: -25px;
	padding-top: 20px;
	text-align: center;
	font-size: 1.2em;
	background-color: white;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
	color: #333;
}

.dataTables_wrapper .dataTables_scroll {
	clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
	vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing {
	height: 0;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody>table {
	border-bottom: none;
}

.dataTables_wrapper:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.frame header h4{
    text-align: center;
}

@media screen and (max-width:767px) {

	.dataTables_wrapper .dataTables_info,
	.dataTables_wrapper .dataTables_paginate {
		float: none;
		text-align: center;
	}

	.dataTables_wrapper .dataTables_paginate {
		margin-top: 0.5em;
	}
}

@media screen and (max-width:640px) {

	.dataTables_wrapper .dataTables_length,
	.dataTables_wrapper .dataTables_filter {
		float: none;
		text-align: center;
	}

	.dataTables_wrapper .dataTables_filter {
		margin-top: 0.5em;
	}
}